diff options
Diffstat (limited to 'bin/config-include/GridHypergrid.ini')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 7edcafb..d416ee9 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -35,6 +35,17 @@ | |||
35 | SimulationServiceInConnector = true | 35 | SimulationServiceInConnector = true |
36 | LibraryModule = true | 36 | LibraryModule = true |
37 | 37 | ||
38 | [SimulationService] | ||
39 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | ||
40 | ; It is used to control the teleport handoff process. | ||
41 | ; Valid values are | ||
42 | ; "SIMULATION/0.2" | ||
43 | ; - this is the default. 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.2" | ||
48 | |||
38 | [Profile] | 49 | [Profile] |
39 | Module = "BasicProfileModule" | 50 | Module = "BasicProfileModule" |
40 | 51 | ||