mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-08 08:46:19 +00:00
[Updated & Fixed] Launch Button, Settings UI, Console.
This commit is contained in:
@@ -21,8 +21,8 @@ LONG WINAPI CrashHandler(EXCEPTION_POINTERS* p) {
|
||||
return EXCEPTION_EXECUTE_HANDLER;
|
||||
}
|
||||
|
||||
Launcher::Launcher(int argc, char* argv[]) :
|
||||
CurrentPath(std::filesystem::path(argv[0])),
|
||||
Launcher::Launcher() :
|
||||
CurrentPath(std::filesystem::current_path()),
|
||||
DiscordMessage("Just launched") {
|
||||
Launcher::StaticAbort(this);
|
||||
DiscordTime = std::time(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user