geforkt von Mirrors/Paper
Fixed CLI arguments
Dieser Commit ist enthalten in:
Ursprung
b160913c43
Commit
a6b3965672
@ -68,7 +68,7 @@ public class MinecraftServer implements ICommandListener, Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.info("Loading properties");
|
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", "");
|
String s = this.d.a("server-ip", "");
|
||||||
|
|
||||||
this.l = this.d.a("online-mode", true);
|
this.l = this.d.a("online-mode", true);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren