aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridHypergrid.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-07-30 12:43:14 +0100
committerUbitUmarov2016-07-30 12:43:14 +0100
commit3c4d908cda665758cd4e3e69e23c1a829a4894b0 (patch)
tree5c38f769c80436a28c940e9c0ae3fc22f7638118 /bin/config-include/GridHypergrid.ini
parentfix cAgent.CrossingFlags (diff)
downloadopensim-SC_OLD-3c4d908cda665758cd4e3e69e23c1a829a4894b0.zip
opensim-SC_OLD-3c4d908cda665758cd4e3e69e23c1a829a4894b0.tar.gz
opensim-SC_OLD-3c4d908cda665758cd4e3e69e23c1a829a4894b0.tar.bz2
opensim-SC_OLD-3c4d908cda665758cd4e3e69e23c1a829a4894b0.tar.xz
remove obsolete config setting
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridHypergrid.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index aa64c2a..f5f4c87 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -36,21 +36,6 @@
36 SimulationServiceInConnector = true 36 SimulationServiceInConnector = true
37 LibraryModule = true 37 LibraryModule = true
38 38
39[SimulationService]
40 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
41 ; It is used to control the teleport handoff process.
42 ; Valid values are
43 ; "SIMULATION/0.3"
44 ; - This is the default, and it supports teleports to variable-sized regions
45 ; - Older versions can teleport to this one, but only if the destination region
46 ; is 256x256
47 ; "SIMULATION/0.2"
48 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
49 ; - this protocol is more efficient than "SIMULATION/0.1"
50 ; "SIMULATION/0.1"
51 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
52 ConnectorProtocolVersion = "SIMULATION/0.3"
53
54[Profile] 39[Profile]
55 Module = "BasicProfileModule" 40 Module = "BasicProfileModule"
56 41