mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Some merge fixups
This commit is contained in:
@@ -249,7 +249,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if ((int)InventoryType.LSL == item.InvType)
|
||||
{
|
||||
RemoveScriptInstance(item.ItemID);
|
||||
RemoveScriptInstance(item.ItemID, sceneObjectBeingDeleted);
|
||||
m_part.RemoveScriptEvents(item.ItemID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user