mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[raknet] Update PacketLogger::WriteLog(...)
This commit is contained in:
@ -198,7 +198,9 @@ void PacketLogger::OnInternalPacket(InternalPacket *internalPacket, unsigned fra
|
|||||||
}
|
}
|
||||||
void PacketLogger::WriteLog(const char *str)
|
void PacketLogger::WriteLog(const char *str)
|
||||||
{
|
{
|
||||||
//printf("%s", str);
|
#ifdef _DEBUG
|
||||||
|
printf("%s", str);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
void PacketLogger::SetPrintID(bool print)
|
void PacketLogger::SetPrintID(bool print)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user