Update NukkitMain.java

This commit is contained in:
Josh 2018-01-10 00:44:38 -05:00 committed by GitHub
parent 5ddefcea22
commit b9a4f2256e
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 127;
return 256;
}
};
}