This commit is contained in:
aozhiwei 2024-10-11 14:25:03 +08:00
parent 1e58a2bf88
commit 920988ce42
2 changed files with 2 additions and 0 deletions

View File

@ -2113,6 +2113,7 @@ void Human::ReJoin(long ip_saddr, int socket_handle)
SendNotifyMsg(rsp_msg); SendNotifyMsg(rsp_msg);
} }
} }
GetBag()->PushBagInfo();
SendViewerUiNotify(); SendViewerUiNotify();
} }

View File

@ -995,6 +995,7 @@ void Player::_CMReconnect(f8::MsgHdr* hdr, const cs::CMReconnect& msg)
if (!room->game_over_timer.expired()) { if (!room->game_over_timer.expired()) {
room->xtimer.Delete(room->game_over_timer); room->xtimer.Delete(room->game_over_timer);
} }
GetBag()->PushBagInfo();
SendViewerUiNotify(); SendViewerUiNotify();
} }