mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Merge pull request #1836 from PhanaticD/patch-1
nukkit world height is 256
This commit is contained in:
commit
57ae3945d7
@ -512,7 +512,7 @@ public final class NukkitMain extends PluginBase implements Listener, IPlotMain
|
||||
return new HybridPlotManager() {
|
||||
@Override
|
||||
public int getWorldHeight() {
|
||||
return 127;
|
||||
return 255;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user