1
0
mirror of https://github.com/chylex/Better-Sprinting.git synced 2025-04-09 18:15:41 +02:00

Cleanup comments in LivingUpdate

This commit is contained in:
chylex 2019-03-02 16:59:53 +01:00
parent 7f5ea45fa9
commit 992fa91972

View File

@ -31,10 +31,11 @@ public final class LivingUpdate{
}
boolean flag = this.movementInput.jump;
boolean flag1 = this.movementInput.sneak; <<< INSERTED HERE
boolean flag1 = this.movementInput.sneak;
<<< INSERTED HERE
float f = 0.8F;
boolean flag2 = this.movementInput.moveForward >= 0.8F;
*/
*/
// CUSTOM
if (currentHandler == null || currentHandler.getPlayer() != $this){
@ -96,9 +97,8 @@ public final class LivingUpdate{
/*
}
<<< SKIPPED TO HERE
if (this.movementInput.jump && !flag && !this.onGround && this.motionY < 0.0D && !this.isElytraFlying() && !this.abilities.isFlying)
{
<<< SKIPPED TO HERE
if (this.movementInput.jump && !flag && !this.onGround && this.motionY < 0.0D && !this.isElytraFlying() && !this.abilities.isFlying){
ItemStack itemstack = this.getItemStackFromSlot(EntityEquipmentSlot.CHEST);
*/
}