1
This commit is contained in:
parent
a77b303424
commit
bd9ca4877e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user