mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
cleanups, fixing REST appearance services.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user