Update NukkitMain.java

This commit is contained in:
Jesse Boyd
2018-01-10 16:45:41 +11:00
committed by GitHub
parent b9a4f2256e
commit 17e4c1ec60

View File

@@ -512,7 +512,7 @@ public final class NukkitMain extends PluginBase implements Listener, IPlotMain
return new HybridPlotManager() { return new HybridPlotManager() {
@Override @Override
public int getWorldHeight() { public int getWorldHeight() {
return 256; return 255;
} }
}; };
} }