Fix elytraflight highway bug

This commit is contained in:
Bella Who 2020-02-07 00:22:55 -05:00 committed by GitHub
parent 7c43f03aaf
commit f3eca04296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class ElytraFlight extends Module {
mc.player.motionZ -= MathHelper.cos(yaw) * 0.05F;
}
break;
case FLY:
default:
mc.player.capabilities.setFlySpeed(.915f);
mc.player.capabilities.isFlying = true;