[raknet] Update PacketLogger::WriteLog(...)

This commit is contained in:
RD42
2025-05-09 12:48:17 -07:00
parent c832810cd2
commit 1397e1e933

View File

@ -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)
{ {