* Make the fact that there is a setting to control which instant message module is used explicit in OpenSim.ini.example
parent
176920f8d3
commit
a4d70e9aad
|
@ -309,6 +309,12 @@ InterregionComms = "RESTComms"
|
||||||
shout_distance = 100
|
shout_distance = 100
|
||||||
|
|
||||||
|
|
||||||
|
[Messaging]
|
||||||
|
; Control which region module is used for instant messaging.
|
||||||
|
; Default is InstantMessageModule (this is the name of the core IM module as well as the setting)
|
||||||
|
InstantMessageModule = InstantMessageModule
|
||||||
|
|
||||||
|
|
||||||
[ODEPhysicsSettings]
|
[ODEPhysicsSettings]
|
||||||
;##
|
;##
|
||||||
;## World Settings
|
;## World Settings
|
||||||
|
|
Loading…
Reference in New Issue