mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Fixed CLI arguments
This commit is contained in:
parent
46e1b54a74
commit
bded4fb316
@ -67,7 +67,7 @@ public class MinecraftServer implements ICommandListener, Runnable {
|
||||
a.warning("To start the server with more ram, launch it as \"java -Xmx1024M -Xms1024M -jar minecraft_server.jar\"");
|
||||
}
|
||||
a.info("Loading properties");
|
||||
d = new PropertyManager(new File("server.properties"));
|
||||
d = new PropertyManager(options);
|
||||
String s = d.a("server-ip", "");
|
||||
|
||||
l = d.a("online-mode", true);
|
||||
|
Loading…
Reference in New Issue
Block a user