13
0
geforkt von Mirrors/Paper

Fix 1.3 changes that prevent nether and the_end to save level data.

Dieser Commit ist enthalten in:
feildmaster 2012-08-02 22:14:48 -05:00
Ursprung 07794300d0
Commit 8834d1423e

Datei anzeigen

@ -9,5 +9,5 @@ public class SecondaryWorldServer extends WorldServer {
// this.worldData = new SecondaryWorldData(worldserver.getWorldData()); // CraftBukkit - use unique worlddata
}
protected void a() {}
// protected void a() {} // CraftBukkit - save world data!
}