mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
Stopgap measure. Disable the recent script startup changes until I can cure the
race condition.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
private bool m_startedFromSavedState;
|
||||
private UUID m_CurrentStateHash;
|
||||
private UUID m_RegionID;
|
||||
private bool m_Suspended = true;
|
||||
private bool m_Suspended = false;
|
||||
|
||||
private Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
m_LineMap;
|
||||
|
||||
Reference in New Issue
Block a user