Fixed CLI arguments

This commit is contained in:
Dinnerbone 2011-02-19 19:45:22 +00:00
parent b160913c43
commit a6b3965672

View File

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