diff options
author | David Walter Seikel | 2013-02-23 07:23:24 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-02-23 07:23:24 +1000 |
commit | c0c153d09340c117aea2f06ecbdd288ee017bd8e (patch) | |
tree | 71e0c2787a60de911fd87dffbd6b479a8658a15e /bin | |
parent | Crude hack for simplified economy. (diff) | |
download | opensim-SC_OLD-c0c153d09340c117aea2f06ecbdd288ee017bd8e.zip opensim-SC_OLD-c0c153d09340c117aea2f06ecbdd288ee017bd8e.tar.gz opensim-SC_OLD-c0c153d09340c117aea2f06ecbdd288ee017bd8e.tar.bz2 opensim-SC_OLD-c0c153d09340c117aea2f06ecbdd288ee017bd8e.tar.xz |
No, we don't need to enshrine viewer bugs in the server, we need to fix the viewer, which is half done.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 74bae01..fbb0dd4 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -623,10 +623,6 @@ | |||
623 | 623 | ||
624 | 624 | ||
625 | [EntityTransfer] | 625 | [EntityTransfer] |
626 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis | ||
627 | ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance | ||
628 | max_distance = 4095 | ||
629 | |||
630 | ; Minimum user level required for HyperGrid teleports | 626 | ; Minimum user level required for HyperGrid teleports |
631 | LevelHGTeleport = 0 | 627 | LevelHGTeleport = 0 |
632 | 628 | ||
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c7d4b7f..0d6d075 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -129,9 +129,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
129 | ; Realm = "regions" | 129 | ; Realm = "regions" |
130 | ; AllowDuplicateNames = "True" | 130 | ; AllowDuplicateNames = "True" |
131 | 131 | ||
132 | ;; Perform distance check for the creation of a linked region | ||
133 | ; Check4096 = "True" | ||
134 | |||
135 | ;; Needed to display non-default map tile images for linked regions | 132 | ;; Needed to display non-default map tile images for linked regions |
136 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" | 133 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" |
137 | 134 | ||