cmt
This commit is contained in:
parent
c780454b78
commit
ea5914f776
@ -265,7 +265,7 @@ public abstract class Movement implements Helper, MovementHelper {
|
||||
return result;
|
||||
}
|
||||
|
||||
public ArrayList<BlockPos> toWalkInto() {
|
||||
public ArrayList<BlockPos> toWalkInto() { // overridden by movementdiagonal
|
||||
if (toWalkIntoCached == null) {
|
||||
toWalkIntoCached = new ArrayList<>();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user