WHY WAS THIS EMPTY
This commit is contained in:
parent
7ea0b4f71e
commit
ae70b6ea83
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ public class ServerRunner {
|
|||
return;
|
||||
}
|
||||
if (!new File("spigot-" + server_version + ".jar").exists()) {
|
||||
|
||||
System.out.println("The server JAR for " + server_version + " cannot be found!");
|
||||
return;
|
||||
}
|
||||
final String fminmem = minmem;
|
||||
final String fmaxmem = maxmem;
|
||||
|
|
Loading…
Reference in a new issue