mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
Cleanup
This commit is contained in:
@@ -25,12 +25,12 @@ int main(int argc, char* argv[]) {
|
||||
std::thread th(flush);
|
||||
th.detach();
|
||||
#endif
|
||||
|
||||
GetEP(argv[0]);
|
||||
InitLauncher(argc,argv);
|
||||
//CheckDir(argc,argv);
|
||||
try {
|
||||
LegitimacyCheck();
|
||||
}catch (std::exception&e){
|
||||
}catch (std::exception& e){
|
||||
fatal("Main 1 : " + std::string(e.what()));
|
||||
}
|
||||
PreGame(GetGameDir());
|
||||
|
||||
Reference in New Issue
Block a user