Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
Correctly set level name for 'world' option. Fixes BUKKIT-4474
Dieser Commit ist enthalten in:
Ursprung
9109bd7652
Commit
f665884955
@ -674,7 +674,7 @@ public abstract class MinecraftServer implements ICommandListener, Runnable, IMo
|
||||
}
|
||||
|
||||
if (options.has("world")) {
|
||||
dedicatedserver.j((String) options.valueOf("world"));
|
||||
dedicatedserver.k((String) options.valueOf("world"));
|
||||
}
|
||||
/*
|
||||
if (s != null) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren