oops , guess I should include the new files next time

This commit is contained in:
MW
2007-08-13 16:24:12 +00:00
parent 04b1767886
commit 9cd64931d6
4 changed files with 474 additions and 2 deletions

View File

@@ -443,8 +443,6 @@ namespace OpenSim.Region.ClientStack
case PacketType.UpdateTaskInventory:
// Console.WriteLine(Pack.ToString());
UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack;
AgentInventory myinventory = this.m_inventoryCache.GetAgentsInventory(this.AgentID);
break;
case PacketType.MapLayerRequest:
this.RequestMapLayer();