add a missing lock()

LSLKeyTest
UbitUmarov 2016-08-21 22:44:07 +01:00
parent 0f4d54b8b2
commit 67a853a70e
1 changed files with 2 additions and 1 deletions

View File

@ -893,7 +893,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
{
m_InEvent = false;
m_CurrentEvent = String.Empty;
m_CurrentWorkItem = null; // no longer in a event that can be canceled
lock (EventQueue)
m_CurrentWorkItem = null; // no longer in a event that can be canceled
}
if (m_SaveState)