Bleeding: Use collecting flags before checking.

This commit is contained in:
asofold 2012-11-29 15:50:00 +01:00
parent 82cf9b1c47
commit 37bca8836b

View File

@ -344,6 +344,8 @@ public class MovingListener extends CheckListener{
final MovingConfig cc = MovingConfig.getConfig(player);
moveInfo.set(player, from, to, cc.yOnGround);
pFrom.collectBlockFlags(cc.noFallyOnGround);
pTo.collectBlockFlags(cc.noFallyOnGround);
final MovingData data = MovingData.getData(player);
data.noFallAssumeGround = false;
data.teleported = null;