mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-01-22 07:31:32 +01:00
Check for less than 1
This commit is contained in:
parent
10f2e4a977
commit
f8774bab23
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user