fixed crash when starting up

This commit is contained in:
Anonymous275
2020-12-27 23:19:24 +02:00
parent eaa8796c02
commit 775e44a68f
3 changed files with 11 additions and 7 deletions

View File

@@ -118,9 +118,7 @@ void CheckForUpdates(int argc,char*args[],const std::string& CV){
}
}
URelaunch(argc,args);
}else{
info("Version is up to date");
}
}else info("Version is up to date");
TraceBack++;
}
void CheckDir(int argc,char*args[]){