diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 8cc009d..99e7aba 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1306,7 +1306,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1306 | 1306 | ||
1307 | // Put the UDP payload on the wire | 1307 | // Put the UDP payload on the wire |
1308 | AsyncBeginSend(buffer); | 1308 | AsyncBeginSend(buffer); |
1309 | //SyncSend(buffer); | ||
1310 | 1309 | ||
1311 | // Keep track of when this packet was sent out (right now) | 1310 | // Keep track of when this packet was sent out (right now) |
1312 | outgoingPacket.TickCount = Environment.TickCount & Int32.MaxValue; | 1311 | outgoingPacket.TickCount = Environment.TickCount & Int32.MaxValue; |