mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Fixed version in startup message
This commit is contained in:
parent
7219d4dd85
commit
8aaa528763
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,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.0.1");
|
||||
log.info("Starting minecraft server version 1.1");
|
||||
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\"");
|
||||
|
|
Loading…
Add table
Reference in a new issue