Check for no mapheight for w/e reason
This commit is contained in:
parent
6cb02126f4
commit
10f2e4a977
@ -922,6 +922,10 @@ public abstract class MemoryFPlayer implements FPlayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getMapHeight() {
|
public int getMapHeight() {
|
||||||
|
if (this.mapHeight == 0) {
|
||||||
|
this.mapHeight = Conf.mapHeight;
|
||||||
|
}
|
||||||
|
|
||||||
return this.mapHeight;
|
return this.mapHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user