Also set passable.

This commit is contained in:
asofold 2015-10-25 21:24:13 +01:00
parent 18ddb34ace
commit 377689b0bd

View File

@ -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;