mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules can use it
This commit is contained in:
@@ -637,7 +637,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_items[item.ItemID] = item;
|
||||
m_inventorySerial++;
|
||||
m_part.TriggerScriptChangedEvent(Changed.INVENTORY);
|
||||
|
||||
HasInventoryChanged = true;
|
||||
m_part.ParentGroup.HasGroupChanged = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user