diff options
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 15 |
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 | ||