Version message doesn't need to be printed manually now

This commit is contained in:
Dinnerbone 2011-09-02 16:56:10 +01:00
parent f165d4082d
commit 3915c15ef5

View File

@ -103,8 +103,6 @@ public final class CraftServer implements Server {
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"));
loadConfig();
loadPlugins();