Try this, then :) remove just one line from script serialization,
hunting the bugGenericGridServerConcept
parent
4e2dc730fd
commit
e7c05744c0
|
@ -948,7 +948,6 @@ 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