aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-06-05 12:22:42 +0000
committerAdam Frisby2007-06-05 12:22:42 +0000
commit891b92a780d28e8a18627647a222b48f0695b269 (patch)
tree5beb6b1d0e96307e2b1b55aa60dd95bef5ab4ef5 /OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
parent* Small bugfix: Avatar rezzing from grid mode should no longer place you unde... (diff)
downloadopensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.zip
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.gz
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.bz2
opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.xz
* Removing dead comments
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs')
-rw-r--r--OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
index 9ce86f7..7928817 100644
--- a/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
+++ b/OpenSim/OpenSim.RegionServer/ClientView.PacketHandlers.cs
@@ -71,7 +71,6 @@ namespace OpenSim
71 71
72 protected bool AgentTextureCached(ClientView simclient, Packet packet) 72 protected bool AgentTextureCached(ClientView simclient, Packet packet)
73 { 73 {
74 // Console.WriteLine(packet.ToString());
75 AgentCachedTexturePacket chechedtex = (AgentCachedTexturePacket)packet; 74 AgentCachedTexturePacket chechedtex = (AgentCachedTexturePacket)packet;
76 AgentCachedTextureResponsePacket cachedresp = new AgentCachedTextureResponsePacket(); 75 AgentCachedTextureResponsePacket cachedresp = new AgentCachedTextureResponsePacket();
77 cachedresp.AgentData.AgentID = this.AgentID; 76 cachedresp.AgentData.AgentID = this.AgentID;
@@ -162,8 +161,6 @@ namespace OpenSim
162 mbReply.Data[j].X = System.Convert.ToUInt16(mp["x"]); 161 mbReply.Data[j].X = System.Convert.ToUInt16(mp["x"]);
163 mbReply.Data[j].Y = System.Convert.ToUInt16(mp["y"]); 162 mbReply.Data[j].Y = System.Convert.ToUInt16(mp["y"]);
164 } 163 }
165 //Console.WriteLine("ADAMDEBUG: Queuing MapBlockReply #" + i.ToString() + " Contains " + iii.ToString() + " region(s)");
166 //Console.WriteLine(mbReply.ToString());
167 this.OutPacket(mbReply); 164 this.OutPacket(mbReply);
168 } 165 }
169 } 166 }