a much needed path executor overhaul

This commit is contained in:
Leijurv
2018-09-14 18:29:35 -07:00
parent 13cfb8e369
commit 12b64ead5c
6 changed files with 119 additions and 108 deletions
@@ -102,6 +102,7 @@ public abstract class Movement implements Helper, MovementHelper {
* @return Status
*/
public MovementStatus update() {
player().capabilities.allowFlying = false;
MovementState latestState = updateState(currentState);
if (BlockStateInterface.isLiquid(playerFeet())) {
latestState.setInput(Input.JUMP, true);