Refix the fix, adding a forgotten line

GenericGridServerConcept
Melanie Thielker 2009-02-19 05:18:23 +00:00
parent 2478d38b85
commit 4e2dc730fd
1 changed files with 1 additions and 0 deletions

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);
}