Need to use isOnGroundOrResetCond here.

This commit is contained in:
asofold 2014-02-22 22:43:20 +01:00
parent c08366b59b
commit 187a7ef094

View File

@ -1166,7 +1166,7 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
// More resetting.
data.vDistAcc.clear();
data.toWasReset = BlockProperties.isOnGround(player, loc, cc.yOnGround);
data.toWasReset = BlockProperties.isOnGroundOrResetCond(player, loc, cc.yOnGround);
data.fromWasReset = data.toWasReset;
// Hover.