SPIGOT-5496: API to create and manipulate hardcore worlds
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -910,7 +910,7 @@ public final class CraftServer implements Server {
|
||||
}
|
||||
}
|
||||
} while(used);
|
||||
boolean hardcore = false;
|
||||
boolean hardcore = creator.hardcore();
|
||||
|
||||
WorldNBTStorage sdm = new WorldNBTStorage(getWorldContainer(), name, getServer(), getHandle().getServer().dataConverterManager);
|
||||
WorldData worlddata = sdm.getWorldData();
|
||||
|
||||
Reference in New Issue
Block a user