Added console commands

This commit is contained in:
Stijn
2022-04-13 21:46:09 +02:00
parent c3d2b215d5
commit aa42ba000c
11 changed files with 293 additions and 23 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class Logger { //TODO make this log to a file
if (!logDir.exists())
{
if (!logDir.mkdir()) {
System.out.println("UNABLE TO CREATE LOGGING DIRECTORY");
Logger.info("UNABLE TO CREATE LOGGING DIRECTORY");
System.exit(1);
}
}