diff options
author | UbitUmarov | 2016-08-18 13:17:36 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-18 13:17:46 +0100 |
commit | 4b73550eeeafa52e23c326c9b2e87ac4e9624b7b (patch) | |
tree | 4aefa2b68cc7e504109cc5b531572abfe5490fa1 /bin | |
parent | add caps HomeLocation ; add client SendAlertMessage(string message, string in... (diff) | |
download | opensim-SC-4b73550eeeafa52e23c326c9b2e87ac4e9624b7b.zip opensim-SC-4b73550eeeafa52e23c326c9b2e87ac4e9624b7b.tar.gz opensim-SC-4b73550eeeafa52e23c326c9b2e87ac4e9624b7b.tar.bz2 opensim-SC-4b73550eeeafa52e23c326c9b2e87ac4e9624b7b.tar.xz |
allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index df92921..dbc09fd 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -725,7 +725,7 @@ | |||
725 | Cap_GetObjectCost = "" | 725 | Cap_GetObjectCost = "" |
726 | Cap_GetObjectPhysicsData = "" | 726 | Cap_GetObjectPhysicsData = "" |
727 | Cap_GroupProposalBallot = "" | 727 | Cap_GroupProposalBallot = "" |
728 | Cap_HomeLocation = "" | 728 | Cap_HomeLocation = "localhost" |
729 | Cap_LandResources = "" | 729 | Cap_LandResources = "" |
730 | Cap_MapLayer = "localhost" | 730 | Cap_MapLayer = "localhost" |
731 | Cap_MapLayerGod = "localhost" | 731 | Cap_MapLayerGod = "localhost" |