Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943

This commit is contained in:
Nathan Adams
2012-03-02 19:31:06 +00:00
parent cb669f72a0
commit a42e710bbc
6 changed files with 12 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ public class MinecraftServer implements Runnable, ICommandListener, IMinecraftSe
System.setErr(new PrintStream(new LoggerOutputStream(log, Level.SEVERE), true));
// CraftBukkit end
log.info("Starting minecraft server version 1.2.2");
log.info("Starting minecraft server version 1.2.3");
if (Runtime.getRuntime().maxMemory() / 1024L / 1024L < 512L) {
log.warning("**** NOT ENOUGH RAM!");
log.warning("To start the server with more ram, launch it as \"java -Xmx1024M -Xms1024M -jar minecraft_server.jar\"");
@@ -685,7 +685,7 @@ public class MinecraftServer implements Runnable, ICommandListener, IMinecraftSe
}
public String getVersion() {
return "1.2.2";
return "1.2.3";
}
public int getPlayerCount() {