Keep mlog happy until it is completely replaced

This commit is contained in:
Akkadius
2015-01-16 21:58:08 -06:00
parent 2bc6ed17c7
commit a6c521a73e
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ extern void log_raw_packet(LogType type, uint16 seq, const BasePacket *p);
extern void log_packet_mob(LogType type, Mob *who, const BasePacket *p);
#define mpkt( type, packet) \
do { \
if(IsLoggingEnabled()) \
if(1) \
if(log_type_info[ type ].enabled) { \
log_packet_mob(type, this, packet); \
} \