diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index a7b8513f7..1ba37fe75 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5,6 +5,7 @@ #include "../common/cbasetypes.h" #include "../common/core.h" #include "../common/timer.h" +#include "../common/ers.h" #include "../common/grfio.h" #include "../common/malloc.h" #include "../common/socket.h" // WFIFO*() @@ -3255,6 +3256,8 @@ int parse_console(const char* buf) runflag = 0; } } + else if( strcmpi("ers_report", type) == 0 ) + ers_report(); else if( strcmpi("help", type) == 0 ) { ShowInfo("To use GM commands:\n"); |