Clarifies an error message
This commit is contained in:
parent
133e335905
commit
30de4b2139
@ -523,7 +523,7 @@ public class Server {
|
||||
this.downloadJar();
|
||||
gui.setStatus("File downloaded");
|
||||
} catch (IOException e) {
|
||||
gui.setStatus("Error: Jar file not found, not downloaded or not built.");
|
||||
gui.setStatus("Error: Jar file could not be found, downloaded or built.");
|
||||
gui.logError("Unable to get required .jar file: " + e.getMessage());
|
||||
this.started = false;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user