aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorSignpostMarv2012-10-29 16:17:18 +0000
committerJustin Clark-Casey (justincc)2012-10-29 23:39:01 +0000
commita09cba6da363606f0e2d63118b63f5b05232c452 (patch)
tree0afdf9a94b2dd2d1683b1a4b41d75c2979204825 /bin/OpenSimDefaults.ini
parentRenaming module back to SoundModule as the hypothetical plan was to make anot... (diff)
downloadopensim-SC_OLD-a09cba6da363606f0e2d63118b63f5b05232c452.zip
opensim-SC_OLD-a09cba6da363606f0e2d63118b63f5b05232c452.tar.gz
opensim-SC_OLD-a09cba6da363606f0e2d63118b63f5b05232c452.tar.bz2
opensim-SC_OLD-a09cba6da363606f0e2d63118b63f5b05232c452.tar.xz
refactoring to use assembly:classname style of configuration
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6d1af7c..fa284bd 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1688,8 +1688,8 @@ Enabled = False
1688 AutoBackupModuleEnabled = false 1688 AutoBackupModuleEnabled = false
1689 1689
1690[Sounds] 1690[Sounds]
1691 ;; {Module} {} {Implementation of ISoundModule to use.} {SoundModule} 1691 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
1692 Module = SoundModule 1692 Module = OpenSim.Region.CoreModules.dll:SoundModule
1693 1693
1694 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} 1694 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1695 MaxDistance = 100.0 1695 MaxDistance = 100.0