This commit is contained in:
aozhiwei 2023-04-07 12:17:20 +08:00
parent ea02c777f3
commit 5ae637fec4

View File

@ -780,6 +780,9 @@ void Player::_CMReconnect(f8::MsgHdr& hdr, const cs::CMReconnect& msg)
},
&xtimer_attacher);
}
if (!room->game_over_timer.expired()) {
room->xtimer.Delete(room->game_over_timer);
}
}
void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)