mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Fixed generator-settings not being set. Fixes BUKKIT-2652
This commit is contained in:
parent
5469311a36
commit
5fe8523023
@ -185,6 +185,7 @@ public abstract class MinecraftServer implements Runnable, IMojangStatistics, IC
|
|||||||
|
|
||||||
org.bukkit.generator.ChunkGenerator gen = this.server.getGenerator(name);
|
org.bukkit.generator.ChunkGenerator gen = this.server.getGenerator(name);
|
||||||
WorldSettings worldsettings = new WorldSettings(i, this.getGamemode(), this.getGenerateStructures(), this.isHardcore(), worldtype);
|
WorldSettings worldsettings = new WorldSettings(i, this.getGamemode(), this.getGenerateStructures(), this.isHardcore(), worldtype);
|
||||||
|
worldsettings.a(s2);
|
||||||
|
|
||||||
if (j == 0) {
|
if (j == 0) {
|
||||||
if (this.M()) { // Strip out DEMO?
|
if (this.M()) { // Strip out DEMO?
|
||||||
|
Loading…
Reference in New Issue
Block a user