mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
refactoring to use assembly:classname style of configuration
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a16ddbee41
commit
a09cba6da3
@@ -1688,8 +1688,8 @@ Enabled = False
|
||||
AutoBackupModuleEnabled = false
|
||||
|
||||
[Sounds]
|
||||
;; {Module} {} {Implementation of ISoundModule to use.} {SoundModule}
|
||||
Module = SoundModule
|
||||
;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
|
||||
Module = OpenSim.Region.CoreModules.dll:SoundModule
|
||||
|
||||
;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
|
||||
MaxDistance = 100.0
|
||||
|
||||
Reference in New Issue
Block a user