mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-29 19:33:51 -07:00
Correctly set level name for 'world' option. Fixes BUKKIT-4474
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user