Applying Randomskk's patches

This commit is contained in:
Adam Frisby
2007-03-24 16:06:43 +00:00
parent 2408efece5
commit 47c682075c
2 changed files with 47 additions and 1 deletions

View File

@@ -307,6 +307,10 @@ namespace OpenSim
FetchInventoryDescendentsPacket Fetch = (FetchInventoryDescendentsPacket)Pack;
OpenSimRoot.Instance.InventoryCache.FetchInventoryDescendents(this, Fetch);
break;
case PacketType.DeRezObject:
//OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Received DeRezObject packet");
OpenSimRoot.Instance.LocalWorld.DeRezObject((DeRezObjectPacket)Pack, this);
break;
}
}