This commit is contained in:
aozhiwei 2021-08-13 03:42:50 +00:00
parent dc4f20fb24
commit 01b3fe7541

View File

@ -1118,7 +1118,7 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)
shot_hold = msg.shot_hold();
}
}
fly_distance = std::min(200.0f, msg.fly_distance());
fly_distance = std::min(500.0f, msg.fly_distance());
if (!shot_hold) {
series_shot_frames = 0;
}