Initial hookup of update task inventory event. No functionality yet.

This commit is contained in:
Justin Clarke Casey
2007-12-22 02:52:35 +00:00
parent 21e32196c7
commit 1ac57290ae
3 changed files with 54 additions and 4 deletions

View File

@@ -3043,7 +3043,6 @@ namespace OpenSim.Region.ClientStack
}
break;
case PacketType.UpdateTaskInventory:
//Console.WriteLine(Pack.ToString());
UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket) Pack;
if (OnUpdateTaskInventory != null)
{