diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java index dd0d277e..11ca9f15 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java @@ -957,6 +957,7 @@ public class PlayerLocation { this.aboveStairs = other.isAboveStairs(); } this.onIce = other.isOnIce(); + this.passable = other.passable; this.typeId = other.getTypeId(); this.typeIdBelow = other.getTypeIdBelow(); this.notOnGroundMaxY = other.notOnGroundMaxY;