remove obsolete config setting
parent
6cd0a3e07c
commit
3c4d908cda
|
@ -31,21 +31,6 @@
|
||||||
SimulationServiceInConnector = true
|
SimulationServiceInConnector = true
|
||||||
LibraryModule = true
|
LibraryModule = true
|
||||||
|
|
||||||
[SimulationService]
|
|
||||||
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
|
||||||
; It is used to control the teleport handoff process.
|
|
||||||
; Valid values are
|
|
||||||
; "SIMULATION/0.3"
|
|
||||||
; - This is the default, and it supports teleports to variable-sized regions
|
|
||||||
; - Older versions can teleport to this one, but only if the destination region
|
|
||||||
; is 256x256
|
|
||||||
; "SIMULATION/0.2"
|
|
||||||
; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
|
||||||
; - this protocol is more efficient than "SIMULATION/0.1"
|
|
||||||
; "SIMULATION/0.1"
|
|
||||||
; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
|
||||||
ConnectorProtocolVersion = "SIMULATION/0.3"
|
|
||||||
|
|
||||||
[SimulationDataStore]
|
[SimulationDataStore]
|
||||||
LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
|
LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
|
||||||
|
|
||||||
|
|
|
@ -36,21 +36,6 @@
|
||||||
SimulationServiceInConnector = true
|
SimulationServiceInConnector = true
|
||||||
LibraryModule = true
|
LibraryModule = true
|
||||||
|
|
||||||
[SimulationService]
|
|
||||||
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
|
||||||
; It is used to control the teleport handoff process.
|
|
||||||
; Valid values are
|
|
||||||
; "SIMULATION/0.3"
|
|
||||||
; - This is the default, and it supports teleports to variable-sized regions
|
|
||||||
; - Older versions can teleport to this one, but only if the destination region
|
|
||||||
; is 256x256
|
|
||||||
; "SIMULATION/0.2"
|
|
||||||
; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
|
||||||
; - this protocol is more efficient than "SIMULATION/0.1"
|
|
||||||
; "SIMULATION/0.1"
|
|
||||||
; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
|
||||||
ConnectorProtocolVersion = "SIMULATION/0.3"
|
|
||||||
|
|
||||||
[Profile]
|
[Profile]
|
||||||
Module = "BasicProfileModule"
|
Module = "BasicProfileModule"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue