3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 21:10:10 +01:00

Fixed CLI arguments

Dieser Commit ist enthalten in:
Dinnerbone 2011-02-19 19:45:22 +00:00
Ursprung b160913c43
Commit a6b3965672

Datei anzeigen

@ -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);