Fixed version not being set...
This commit is contained in:
parent
a8bda8dc48
commit
176ccf92a9
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class ServerRunner {
|
|||
}
|
||||
minmem = args[0];
|
||||
maxmem = args[1];
|
||||
server_version = args[2];
|
||||
} else {
|
||||
System.out.println("Error: Wrong number of arguments.");
|
||||
System.out.println("Usage: java -jar ServerRunner.jar <minmem> <maxmem> <version>");
|
||||
|
|
Loading…
Reference in a new issue