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