diff options
author | Dr Scofield | 2008-09-24 11:39:08 +0000 |
---|---|---|
committer | Dr Scofield | 2008-09-24 11:39:08 +0000 |
commit | 201805172fe71b125391700529035835cef340a1 (patch) | |
tree | c60bf25591a5af8ce2897366b28ea68dbf4ef98a /OpenSim/Region/ClientStack | |
parent | Mantis #2250 (diff) | |
download | opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.zip opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.gz opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.bz2 opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.xz |
cleanups, fixing REST appearance services.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 27e2e5c..f1dc20e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5219,7 +5219,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5219 | } | 5219 | } |
5220 | break; | 5220 | break; |
5221 | case PacketType.UpdateTaskInventory: | 5221 | case PacketType.UpdateTaskInventory: |
5222 | m_log.DebugFormat("[AMW] UpdateTaskInventory request"); | ||
5223 | UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack; | 5222 | UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack; |
5224 | if (OnUpdateTaskInventory != null) | 5223 | if (OnUpdateTaskInventory != null) |
5225 | { | 5224 | { |
@@ -5286,7 +5285,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5286 | break; | 5285 | break; |
5287 | 5286 | ||
5288 | case PacketType.RezScript: | 5287 | case PacketType.RezScript: |
5289 | m_log.DebugFormat("[AMW] RezScript"); | ||
5290 | //Console.WriteLine(Pack.ToString()); | 5288 | //Console.WriteLine(Pack.ToString()); |
5291 | RezScriptPacket rezScriptx = (RezScriptPacket)Pack; | 5289 | RezScriptPacket rezScriptx = (RezScriptPacket)Pack; |
5292 | 5290 | ||