Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Undo commit cc60920 to allow for proper integration with the new Bukkit enum values
Dieser Commit ist enthalten in:
Ursprung
24fe96ada8
Commit
4dc2065f54
@ -516,7 +516,7 @@ public final class CraftServer implements Server {
|
|||||||
ChunkGenerator generator = creator.generator();
|
ChunkGenerator generator = creator.generator();
|
||||||
File folder = new File(name);
|
File folder = new File(name);
|
||||||
World world = getWorld(name);
|
World world = getWorld(name);
|
||||||
WorldType type = WorldType.a(creator.type().name());
|
WorldType type = WorldType.a(creator.type().getName());
|
||||||
|
|
||||||
if (world != null) {
|
if (world != null) {
|
||||||
return world;
|
return world;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren