调整屏幕晃动

This commit is contained in:
Atsuishio 2025-07-03 01:59:44 +08:00 committed by Light_Quanta
parent 014708a31e
commit 67878578f7
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -984,7 +984,7 @@ public class ClientEventHandler {
cameraPitch = event.getPitch();
cameraYaw = event.getYaw();
cameraRoll = event.getRoll();
cameraRoll *= 0.99f;
if (player != null && player.getVehicle() instanceof ArmedVehicleEntity iArmedVehicle && iArmedVehicle.banHand(player)) {
return;