zone_logsys structure clean

This commit is contained in:
Akkadius 2014-12-15 19:17:07 -06:00
parent def95b6584
commit 7f1ba17894

View File

@ -19,9 +19,10 @@
#include "../common/debug.h"
#include "../common/logsys.h"
#include "../common/base_packet.h"
#include "mob.h"
#include <stdarg.h>
#include <stdio.h>
void log_message_mob(LogType type, Mob *who, const char *fmt, ...) {
if(!who->IsLoggingEnabled())