diff options
-rw-r--r-- | src/map/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h index 4d726e038..73a011755 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -67,7 +67,7 @@ int log_config_read(char *cfgName); extern struct Log_Config { - enum log_what enable_logs; + enum e_log_pick_type enable_logs; int filter; bool sql_logs; bool log_chat_woe_disable; |