Check for less than 1
This commit is contained in:
@@ -922,7 +922,7 @@ public abstract class MemoryFPlayer implements FPlayer {
|
||||
}
|
||||
|
||||
public int getMapHeight() {
|
||||
if (this.mapHeight == 0) {
|
||||
if (this.mapHeight < 1) {
|
||||
this.mapHeight = Conf.mapHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user