diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 15b9bd624..73549bf2b 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -433,7 +433,6 @@ int chrif_connectack(int fd) chrif_sendmap(fd); - ShowStatus("Event '"CL_WHITE"OnCharIfInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n", npc_event_doall("OnCharIfInit")); ShowStatus("Event '"CL_WHITE"OnInterIfInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n", npc_event_doall("OnInterIfInit")); if( !char_init_done ) { char_init_done = true; |