Stopgap measure. Disable the recent script startup changes until I can cure the

race condition.
slimupdates
Melanie 2010-04-19 14:14:31 +01:00
parent 689b647790
commit a89208b465
1 changed files with 1 additions and 1 deletions

View File

@ -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;