From 561f24156476041bdcd2ef2fdccd296a4127d0b0 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 27 Mar 2009 18:13:34 +0000 Subject: * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization --- bin/OpenSim.ini.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/OpenSim.ini.example') 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" [Wind] - ; Enables the wind module. Default is true - enabled = true - ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 - strength = 1.0 + ; Enables the wind module. Default is true + enabled = true + ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 + strength = 1.0 [Trees] -- cgit v1.1