This commit is contained in:
JustArchi
2016-11-02 13:12:26 +01:00
parent 57be7cf237
commit e428a7a4f9

View File

@@ -164,7 +164,7 @@ namespace ArchiSteamFarm {
GlobalConfig = GlobalConfig.Load(globalConfigFile);
if (GlobalConfig == null) {
Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid! Did you forget reading wiki?");
Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid! Did you forget to read wiki?");
Thread.Sleep(5000);
Exit(1);
}