mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Update the permissions system to handle scripts and notecards the way
it was meant to. No functional changes, just better code
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
private int m_SleepTime;
|
||||
private int m_SaveTime;
|
||||
private ThreadPriority m_Prio;
|
||||
private bool m_Enabled = true;
|
||||
private bool m_Enabled = false;
|
||||
|
||||
// disable warning: need to keep a reference to XEngine.EventManager
|
||||
// alive to avoid it being garbage collected
|
||||
|
||||
Reference in New Issue
Block a user