mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 22:36:14 +00:00
added ShutdownException and registry queries
This commit is contained in:
@@ -33,6 +33,7 @@ Build = "Default"
|
||||
cfg.close();
|
||||
}else{
|
||||
LOG(FATAL) << "Failed to write config on disk!";
|
||||
throw ShutdownException("Fatal Error");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user