aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJeff Ames2008-03-04 10:12:39 +0000
committerJeff Ames2008-03-04 10:12:39 +0000
commitd2806090aef48cff16d1ba2ae88ab0775f6a0489 (patch)
tree6e3115f4896a9edc4b7c68e18ebf15e44a527aba /OpenSim/Framework
parentFixed a region split synchronization bug (diff)
downloadopensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.zip
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.gz
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.bz2
opensim-SC_OLD-d2806090aef48cff16d1ba2ae88ab0775f6a0489.tar.xz
Cleaned up a couple compiler warnings.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/ClientManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/ClientManager.cs b/OpenSim/Framework/ClientManager.cs
index a55e27c..9c6ac54 100644
--- a/OpenSim/Framework/ClientManager.cs
+++ b/OpenSim/Framework/ClientManager.cs
@@ -193,7 +193,6 @@ namespace OpenSim.Framework
193 packet.Header.Reliable = false; 193 packet.Header.Reliable = false;
194 LocalClients[i].OutPacket(packet, ThrottleOutPacketType.Task); 194 LocalClients[i].OutPacket(packet, ThrottleOutPacketType.Task);
195 } 195 }
196
197 } 196 }
198 } 197 }
199 198