Fix Nether and The End having the same world names.

This commit is contained in:
feildmaster 2012-08-02 11:02:14 -05:00
parent 402b177be4
commit d18972eca2

View File

@ -6,7 +6,7 @@ public class SecondaryWorldServer extends WorldServer {
super(minecraftserver, idatamanager, s, i, worldsettings, methodprofiler, env, gen);
// CraftBukkit end
this.worldMaps = worldserver.worldMaps;
this.worldData = new SecondaryWorldData(worldserver.getWorldData());
// this.worldData = new SecondaryWorldData(worldserver.getWorldData()); // CraftBukkit - use unique worlddata
}
protected void a() {}