aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-27 18:13:34 +0000
committerJustin Clarke Casey2009-03-27 18:13:34 +0000
commit561f24156476041bdcd2ef2fdccd296a4127d0b0 (patch)
treed06fa3bbff0f6755ff022d4d761ec1acda25b48c /bin
parent* Also temporarily disable T032_CrossAttachments() since this relies on the e... (diff)
downloadopensim-SC_OLD-561f24156476041bdcd2ef2fdccd296a4127d0b0.zip
opensim-SC_OLD-561f24156476041bdcd2ef2fdccd296a4127d0b0.tar.gz
opensim-SC_OLD-561f24156476041bdcd2ef2fdccd296a4127d0b0.tar.bz2
opensim-SC_OLD-561f24156476041bdcd2ef2fdccd296a4127d0b0.tar.xz
* minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e4fcc9c..9f5932a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -688,10 +688,10 @@ InterregionComms = "RESTComms"
688 688
689 689
690[Wind] 690[Wind]
691 ; Enables the wind module. Default is true 691 ; Enables the wind module. Default is true
692 enabled = true 692 enabled = true
693 ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 693 ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0
694 strength = 1.0 694 strength = 1.0
695 695
696 696
697[Trees] 697[Trees]