mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Turning the wind module off by default.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user