mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Also set passable.
This commit is contained in:
parent
18ddb34ace
commit
377689b0bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user