aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Grid.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/Grid.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/Grid.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index 3c61ee0..fc98879 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -31,21 +31,6 @@
31 SimulationServiceInConnector = true 31 SimulationServiceInConnector = true
32 LibraryModule = true 32 LibraryModule = true
33 33
34[SimulationService]
35 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
36 ; It is used to control the teleport handoff process.
37 ; Valid values are
38 ; "SIMULATION/0.3"
39 ; - This is the default, and it supports teleports to variable-sized regions
40 ; - Older versions can teleport to this one, but only if the destination region
41 ; is 256x256
42 ; "SIMULATION/0.2"
43 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
44 ; - this protocol is more efficient than "SIMULATION/0.1"
45 ; "SIMULATION/0.1"
46 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
47 ConnectorProtocolVersion = "SIMULATION/0.3"
48
49[SimulationDataStore] 34[SimulationDataStore]
50 LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService" 35 LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
51 36