mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
added try catch
This commit is contained in:
@@ -30,7 +30,7 @@ int main(int argc, char* argv[]) {
|
||||
try {
|
||||
LegitimacyCheck();
|
||||
}catch (std::exception&e){
|
||||
fatal(e.what());
|
||||
fatal("Main 1 : " + std::string(e.what()));
|
||||
}
|
||||
PreGame(GetGameDir());
|
||||
InitGame(GetGameDir());
|
||||
|
||||
Reference in New Issue
Block a user