Clarifies an error message

This commit is contained in:
Kristian Knarvik 2021-08-21 14:01:22 +02:00
parent 133e335905
commit 30de4b2139

View File

@ -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;