diff options
-rw-r--r-- | OpenSim/Region/Environment/Modules/SunModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/SunModule.cs b/OpenSim/Region/Environment/Modules/SunModule.cs index 2dd5b77..6b5488d 100644 --- a/OpenSim/Region/Environment/Modules/SunModule.cs +++ b/OpenSim/Region/Environment/Modules/SunModule.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Environment.Modules | |||
57 | 57 | ||
58 | // Just in case they don't have the stanzas | 58 | // Just in case they don't have the stanzas |
59 | try { | 59 | try { |
60 | m_day_length = config.Configs["Sun"].GetDouble("day_length", 0.5); | 60 | m_day_length = config.Configs["Sun"].GetDouble("day_length", 24.0); |
61 | m_frame_mod = config.Configs["Sun"].GetInt("frame_rate", 100); | 61 | m_frame_mod = config.Configs["Sun"].GetInt("frame_rate", 100); |
62 | } catch (Exception) { | 62 | } catch (Exception) { |
63 | m_day_length = 0.5; | 63 | m_day_length = 0.5; |