diff options
author | Teravus Ovares (Dan Olivares) | 2009-12-01 10:19:39 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-12-01 10:19:39 -0500 |
commit | d4073d9bd51082e5a801dac22e36139819754c3c (patch) | |
tree | 5d3bf16ed8638087dc6b2e9b4734944713e8c538 /OpenSim | |
parent | * Fix Inconsistent line ending style in ScenePresence (diff) | |
download | opensim-SC_OLD-d4073d9bd51082e5a801dac22e36139819754c3c.zip opensim-SC_OLD-d4073d9bd51082e5a801dac22e36139819754c3c.tar.gz opensim-SC_OLD-d4073d9bd51082e5a801dac22e36139819754c3c.tar.bz2 opensim-SC_OLD-d4073d9bd51082e5a801dac22e36139819754c3c.tar.xz |
* Fix Inconsistent line ending style in LLUDPClient
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs index 1e5f15a..55d9c9c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
4 | * | 4 | * |
@@ -430,7 +430,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
430 | // Send the packet | 430 | // Send the packet |
431 | m_udpServer.SendPacketFinal(nextPacket); | 431 | m_udpServer.SendPacketFinal(nextPacket); |
432 | m_nextPackets[i] = null; | 432 | m_nextPackets[i] = null; |
433 | packetSent = true; | 433 | packetSent = true; |
434 | this.PacketsSent++; | 434 | this.PacketsSent++; |
435 | } | 435 | } |
436 | } | 436 | } |