mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:15:05 +01:00
Correctly set level name for 'world' option. Fixes BUKKIT-4474
This commit is contained in:
parent
9109bd7652
commit
f665884955
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ public abstract class MinecraftServer implements ICommandListener, Runnable, IMo
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.has("world")) {
|
if (options.has("world")) {
|
||||||
dedicatedserver.j((String) options.valueOf("world"));
|
dedicatedserver.k((String) options.valueOf("world"));
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
if (s != null) {
|
if (s != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue