Version message doesn't need to be printed manually now

Dieser Commit ist enthalten in:
Dinnerbone 2011-09-02 16:56:10 +01:00
Ursprung f165d4082d
Commit 3915c15ef5

Datei anzeigen

@ -103,8 +103,6 @@ public final class CraftServer implements Server {
Bukkit.setServer(this); Bukkit.setServer(this);
Logger.getLogger("Minecraft").log(Level.INFO, "This server is running " + getName() + " version " + getVersion());
configuration = new Configuration((File) console.options.valueOf("bukkit-settings")); configuration = new Configuration((File) console.options.valueOf("bukkit-settings"));
loadConfig(); loadConfig();
loadPlugins(); loadPlugins();