This commit is contained in:
JustArchi
2016-05-30 02:06:04 +02:00
parent ff971f7615
commit c2a1c160e0
3 changed files with 17 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ namespace ConfigGenerator {
return;
}
Logging.LogGenericError("Config directory could not be found!");
Logging.LogGenericErrorWithoutStacktrace("Config directory could not be found!");
Environment.Exit(1);
}