Force plugin state update when region crossing

GenericGridServerConcept
Melanie Thielker 2009-02-19 05:31:17 +00:00
parent e7c05744c0
commit eb143d556d
1 changed files with 4 additions and 0 deletions

View File

@ -949,6 +949,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
//
m_InEvent = false;
// Force an update of the in-memory plugin data
//
PluginData = AsyncCommandManager.GetSerializationData(m_Engine, m_ItemID);
return ScriptSerializer.Serialize(this);
}
}