mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Initial hookup of update task inventory event. No functionality yet.
This commit is contained in:
@@ -3043,7 +3043,6 @@ namespace OpenSim.Region.ClientStack
|
||||
}
|
||||
break;
|
||||
case PacketType.UpdateTaskInventory:
|
||||
//Console.WriteLine(Pack.ToString());
|
||||
UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket) Pack;
|
||||
if (OnUpdateTaskInventory != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user