summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index c5b71db03..211dcb6f4 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -413,8 +413,7 @@ int chrif_sendmapack(int fd)
chrif_state = 2;
//If there are players online, send them to the char-server. [Skotlex]
- if (!kick_on_disconnect)
- send_users_tochar(-1, gettick(), 0, 0);
+ send_users_tochar(-1, gettick(), 0, 0);
//Re-save any storages that were modified in the disconnection time. [Skotlex]
do_reconnect_storage();