mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
commit
65a265c791
@ -308,6 +308,11 @@ void WindowsConsole (bool isChecked);
|
||||
|
||||
/////////// OnInit Function ///////////
|
||||
bool MyApp::OnInit() {
|
||||
|
||||
if(!fs::exists("icons")) {
|
||||
fs::create_directory("icons");
|
||||
}
|
||||
|
||||
Log::Init();
|
||||
LoadConfig();
|
||||
CheckKey();
|
||||
|
Loading…
x
Reference in New Issue
Block a user