mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 15:44:49 +01:00
Fixed CLI arguments
This commit is contained in:
parent
b160913c43
commit
a6b3965672
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MinecraftServer implements ICommandListener, Runnable {
|
|||
}
|
||||
|
||||
a.info("Loading properties");
|
||||
this.d = new PropertyManager(new File("server.properties"));
|
||||
this.d = new PropertyManager(options); // Craftbukkit
|
||||
String s = this.d.a("server-ip", "");
|
||||
|
||||
this.l = this.d.a("online-mode", true);
|
||||
|
|
Loading…
Reference in a new issue