diff options
author | UbitUmarov | 2016-07-30 12:43:14 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-30 12:43:14 +0100 |
commit | 3c4d908cda665758cd4e3e69e23c1a829a4894b0 (patch) | |
tree | 5c38f769c80436a28c940e9c0ae3fc22f7638118 /bin | |
parent | fix cAgent.CrossingFlags (diff) | |
download | opensim-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 'bin')
-rw-r--r-- | bin/config-include/Grid.ini | 15 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 15 |
2 files changed, 0 insertions, 30 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 | ||
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 | ||