mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
cleaned up some mono compiler warnings
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
try {
|
||||
m_day_length = config.Configs["Sun"].GetDouble("day_length", 0.5);
|
||||
m_frame_mod = config.Configs["Sun"].GetInt("frame_rate", 100);
|
||||
} catch (Exception e) {
|
||||
} catch (Exception) {
|
||||
m_day_length = 0.5;
|
||||
m_frame_mod = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user