mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-09 09:16:09 +00:00
Another fix for github actions
This commit is contained in:
@@ -24,8 +24,7 @@ Launcher::~Launcher() {
|
||||
|
||||
void Launcher::launchGame() {
|
||||
ShellExecuteA(nullptr, nullptr, "steam://rungameid/284160", nullptr, nullptr, SW_SHOWNORMAL);
|
||||
ShowWindow(GetConsoleWindow(), HIDE_WINDOW);
|
||||
LOG(INFO) << "Sus";
|
||||
//ShowWindow(GetConsoleWindow(), HIDE_WINDOW);
|
||||
}
|
||||
|
||||
void Launcher::WindowsInit() {
|
||||
|
||||
Reference in New Issue
Block a user