summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-07 11:22:25 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-07 11:22:25 -0400
commitd582d06bfb0ea3239d1c61b355ab3427318e915d (patch)
treed285a016f1c217ad0b47a92253d17e1ad3a35571 /src/map/chrif.cpp
parent784ca0b6ec91ecd66019ea915e897ecca4adbed0 (diff)
downloadtmwa-d582d06bfb0ea3239d1c61b355ab3427318e915d.tar.gz
tmwa-d582d06bfb0ea3239d1c61b355ab3427318e915d.tar.bz2
tmwa-d582d06bfb0ea3239d1c61b355ab3427318e915d.tar.xz
tmwa-d582d06bfb0ea3239d1c61b355ab3427318e915d.zip
wait for the player to be added to block list
Diffstat (limited to 'src/map/chrif.cpp')
-rw-r--r--src/map/chrif.cpp2
1 files changed, 1 insertions, 1 deletions
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<map_session_data> sd = dumb_ptr<map_session_data>(static_cast<map_session_data *>(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)))