Minor formatting / svn properties cleanup.

This commit is contained in:
Jeff Ames
2008-03-25 01:45:23 +00:00
parent dd6e6e7bdf
commit d2b1a8aa1e
3 changed files with 20 additions and 22 deletions

View File

@@ -2689,7 +2689,6 @@ namespace OpenSim.Region.ClientStack
{
AddAck(Pack); // this adds the need to ack this packet later
if (Pack.Type != PacketType.PacketAck && Pack.Type != PacketType.LogoutRequest)
{
SetPendingAcks(ref Pack);
@@ -2727,7 +2726,7 @@ namespace OpenSim.Region.ClientStack
public virtual void InPacket(Packet NewPack)
{
if(!m_packetProcessingEnabled && NewPack.Type != PacketType.LogoutRequest)
if (!m_packetProcessingEnabled && NewPack.Type != PacketType.LogoutRequest)
{
PacketPool.Instance.ReturnPacket(NewPack);
return;