mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Fix Nether and The End having the same world names.
This commit is contained in:
@@ -6,7 +6,7 @@ public class SecondaryWorldServer extends WorldServer {
|
|||||||
super(minecraftserver, idatamanager, s, i, worldsettings, methodprofiler, env, gen);
|
super(minecraftserver, idatamanager, s, i, worldsettings, methodprofiler, env, gen);
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
this.worldMaps = worldserver.worldMaps;
|
this.worldMaps = worldserver.worldMaps;
|
||||||
this.worldData = new SecondaryWorldData(worldserver.getWorldData());
|
// this.worldData = new SecondaryWorldData(worldserver.getWorldData()); // CraftBukkit - use unique worlddata
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void a() {}
|
protected void a() {}
|
||||||
|
Reference in New Issue
Block a user