Turning the wind module off by default.

This commit is contained in:
diva
2009-03-31 16:17:13 +00:00
parent aecb4fb72a
commit cb74848f2d

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules
private Scene m_scene = null;
private bool m_ready = false;
private bool m_enabled = true;
private bool m_enabled = false;
private IWindModelPlugin m_activeWindPlugin = null;
private const string m_dWindPluginName = "SimpleRandomWind";