cleanups, fixing REST appearance services.

This commit is contained in:
Dr Scofield
2008-09-24 11:39:08 +00:00
parent a042302100
commit 201805172f
3 changed files with 131 additions and 115 deletions

View File

@@ -5219,7 +5219,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
break;
case PacketType.UpdateTaskInventory:
m_log.DebugFormat("[AMW] UpdateTaskInventory request");
UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack;
if (OnUpdateTaskInventory != null)
{
@@ -5286,7 +5285,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
break;
case PacketType.RezScript:
m_log.DebugFormat("[AMW] RezScript");
//Console.WriteLine(Pack.ToString());
RezScriptPacket rezScriptx = (RezScriptPacket)Pack;