Minor formatting / svn properties cleanup.
parent
dd6e6e7bdf
commit
d2b1a8aa1e
|
@ -138,7 +138,6 @@ namespace OpenSim.Grid.GridServer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
protected virtual void SetupGridManager()
|
protected virtual void SetupGridManager()
|
||||||
{
|
{
|
||||||
m_console.Status("[GRID]: Connecting to Storage Server");
|
m_console.Status("[GRID]: Connecting to Storage Server");
|
||||||
|
|
|
@ -2689,7 +2689,6 @@ namespace OpenSim.Region.ClientStack
|
||||||
{
|
{
|
||||||
AddAck(Pack); // this adds the need to ack this packet later
|
AddAck(Pack); // this adds the need to ack this packet later
|
||||||
|
|
||||||
|
|
||||||
if (Pack.Type != PacketType.PacketAck && Pack.Type != PacketType.LogoutRequest)
|
if (Pack.Type != PacketType.PacketAck && Pack.Type != PacketType.LogoutRequest)
|
||||||
{
|
{
|
||||||
SetPendingAcks(ref Pack);
|
SetPendingAcks(ref Pack);
|
||||||
|
|
Loading…
Reference in New Issue