diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 8f17527..27cc9d8 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -39,12 +39,16 @@ | |||
39 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 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. | 40 | ; It is used to control the teleport handoff process. |
41 | ; Valid values are | 41 | ; Valid values are |
42 | ; "SIMULATION/0.3" | ||
43 | ; - This is the default, and it supports teleports to variable-sized regions | ||
44 | ; - Older versions can teleport to this one, but only if the destination region | ||
45 | ; is 256x256 | ||
42 | ; "SIMULATION/0.2" | 46 | ; "SIMULATION/0.2" |
43 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | 47 | ; - 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" | 48 | ; - this protocol is more efficient than "SIMULATION/0.1" |
45 | ; "SIMULATION/0.1" | 49 | ; "SIMULATION/0.1" |
46 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | 50 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. |
47 | ConnectorProtocolVersion = "SIMULATION/0.2" | 51 | ConnectorProtocolVersion = "SIMULATION/0.3" |
48 | 52 | ||
49 | [Profile] | 53 | [Profile] |
50 | Module = "BasicProfileModule" | 54 | Module = "BasicProfileModule" |