mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Fix 1.3 changes that prevent nether and the_end to save level data.
This commit is contained in:
parent
07794300d0
commit
8834d1423e
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue