1
This commit is contained in:
parent
1e58a2bf88
commit
920988ce42
@ -2113,6 +2113,7 @@ void Human::ReJoin(long ip_saddr, int socket_handle)
|
||||
SendNotifyMsg(rsp_msg);
|
||||
}
|
||||
}
|
||||
GetBag()->PushBagInfo();
|
||||
SendViewerUiNotify();
|
||||
}
|
||||
|
||||
|
@ -995,6 +995,7 @@ void Player::_CMReconnect(f8::MsgHdr* hdr, const cs::CMReconnect& msg)
|
||||
if (!room->game_over_timer.expired()) {
|
||||
room->xtimer.Delete(room->game_over_timer);
|
||||
}
|
||||
GetBag()->PushBagInfo();
|
||||
SendViewerUiNotify();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user