This commit is contained in:
aozhiwei 2020-02-28 14:49:11 +08:00
parent a77b303424
commit bd9ca4877e

View File

@ -906,7 +906,7 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)
use_skill = true;
}
if (msg.has_aiming()) {
aiming = true;
aiming = msg.aiming();
} else {
aiming = false;
}