mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Force plugin state update when region crossing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user