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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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