Refix the fix, adding a forgotten line

This commit is contained in:
Melanie Thielker
2009-02-19 05:18:23 +00:00
parent 2478d38b85
commit 4e2dc730fd

View File

@@ -948,6 +948,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
// This is meant to work around a Windows only race
//
m_InEvent = false;
SaveState(m_Assembly);
return ScriptSerializer.Serialize(this);
}