diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index d194f83..5ade276 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3847,6 +3847,8 @@ void Human::OnChgToTerminator() } } } - } + }//end if + need_sync_active_player = true; + SyncAroundPlayers(__FILE__, __LINE__, __func__); } }