* Cleaning - attempting to get compiler warnings back down to zero.

This commit is contained in:
Adam Frisby
2007-07-04 05:25:40 +00:00
parent 8b3cb93b49
commit daf7b8ec76
6 changed files with 18 additions and 15 deletions

View File

@@ -378,7 +378,7 @@ namespace OpenSim.Region.ClientStack
// Console.WriteLine(Pack.ToString());
RequestTaskInventoryPacket requesttask = (RequestTaskInventoryPacket)Pack;
ReplyTaskInventoryPacket replytask = new ReplyTaskInventoryPacket();
bool foundent = false;
//bool foundent = false;
/* foreach (Entity ent in m_world.Entities.Values)
{
if (ent.localid == requesttask.InventoryData.LocalID)