Tile.hasBox() fixed.
This commit is contained in:
parent
f11adc2fab
commit
c91a1d051c
@ -80,6 +80,6 @@ public abstract class Tile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasBox() {
|
public boolean hasBox() {
|
||||||
return boxStack.isEmpty();
|
return !boxStack.isEmpty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user