1
This commit is contained in:
parent
021eb89163
commit
364642ce46
@ -723,6 +723,9 @@ void Player::_CMReconnect(f8::MsgHdr& hdr, const cs::CMReconnect& msg)
|
||||
{
|
||||
Human* hum = (Human*)param.sender.GetUserData();
|
||||
hum->SendUIUpdate();
|
||||
if (hum->real_dead) {
|
||||
hum->SendGameOver();
|
||||
}
|
||||
},
|
||||
&xtimer_attacher.timer_list_,
|
||||
[] (const a8::XParams& param)
|
||||
|
Loading…
x
Reference in New Issue
Block a user