Refix the fix, adding a forgotten line
parent
2478d38b85
commit
4e2dc730fd
|
@ -948,6 +948,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||||
// This is meant to work around a Windows only race
|
// This is meant to work around a Windows only race
|
||||||
//
|
//
|
||||||
m_InEvent = false;
|
m_InEvent = false;
|
||||||
|
SaveState(m_Assembly);
|
||||||
|
|
||||||
return ScriptSerializer.Serialize(this);
|
return ScriptSerializer.Serialize(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue