mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 00:32:25 +00:00
Convert Client::SendAllPackets to new debug log
This commit is contained in:
parent
00bab96717
commit
168e6ec80d
@ -650,9 +650,7 @@ bool Client::SendAllPackets() {
|
|||||||
if(eqs)
|
if(eqs)
|
||||||
eqs->FastQueuePacket((EQApplicationPacket **)&cp->app, cp->ack_req);
|
eqs->FastQueuePacket((EQApplicationPacket **)&cp->app, cp->ack_req);
|
||||||
iterator.RemoveCurrent();
|
iterator.RemoveCurrent();
|
||||||
#if EQDEBUG >= 6
|
logger.LogDebugType(EQEmuLogSys::Moderate, EQEmuLogSys::Client_Server_Packet, "Transmitting a packet");
|
||||||
logger.Log(EQEmuLogSys::Normal, "Transmitting a packet");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user