Final version of 1.4.0... (small change)

This commit is contained in:
Morlok8k 2011-04-28 20:50:03 -07:00
parent b990453e10
commit bc78ad8dd4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -136,7 +136,7 @@ public class Main {
out.newLine();
out.write("#Auto-Generated: " + dateFormat.format(date));
out.newLine();
out.write("Java=java -Djline.terminal=jline.UnsupportedTerminal -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui");
out.write("Java=java -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui");
// I added the jline tag for future proofing...
out.newLine();
out.write("ServerPath=.");