mirror of
https://github.com/kami-blue/client
synced 2025-02-22 00:06:49 +00:00
remove old debugging code
This commit is contained in:
parent
dab3e65848
commit
6ee324f7be
@ -115,7 +115,6 @@ public class ElytraFlight extends Module {
|
||||
|
||||
packetYaw = yawDeg;
|
||||
float yaw = (float) Math.toRadians(yawDeg);
|
||||
/*float pitch = (float) Math.toRadians(ElytraFlight.mc.player.rotationPitch);*/
|
||||
double motionAmount = Math.sqrt(mc.player.motionX * mc.player.motionX + mc.player.motionZ * mc.player.motionZ);
|
||||
hoverState = hoverState ? mc.player.posY < hoverTarget + 0.1 : mc.player.posY < hoverTarget + 0.0;
|
||||
doHover = hoverState && hoverControl.getValue();
|
||||
|
Loading…
Reference in New Issue
Block a user