From 7564d8d6a2f8cfc6cad5680985af04d093082102 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 30 Jul 2020 22:12:24 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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__); } }