diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index d852f21..ffb093f 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -26,8 +26,8 @@ void echar_parse_char_login_map_server(int *fd) const char *const ip = ip2str(ipl, NULL); if (!checkAllowedIp(inter_server_ip, ip)) { - hookStop(); ShowNotice("Connection of the map-server from ip %s REFUSED.\n", ip); chr->login_map_server_ack(*fd, 3); + hookStop(); } } |