From d582d06bfb0ea3239d1c61b355ab3427318e915d Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 7 May 2015 11:22:25 -0400 Subject: wait for the player to be added to block list --- src/map/chrif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/chrif.cpp') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 2606911..8127f20 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -1037,7 +1037,7 @@ void send_users_tochar(TimerData *, tick_t) if (!s) continue; dumb_ptr sd = dumb_ptr(static_cast(s->session_data.get())); - if (sd && sd->state.auth && + if (sd && sd->state.auth && !sd->state.connect_new && !((battle_config.hide_GM_session || sd->state.shroud_active || bool(sd->status.option & Opt0::HIDE)) && pc_isGM(sd))) -- cgit v1.2.3-70-g09d2