forgot to add skull as co-author for previous push
he made the art, which is good looking imo :) Co-Authored-By: Skull Merlin <86374920+skkuull@users.noreply.github.com>
This commit is contained in:
parent
9e737474ef
commit
7ee55162d8
@ -142,7 +142,7 @@ namespace steam_proxy
|
|||||||
game_id.raw.type = 1; // k_EGameIDTypeGameMod
|
game_id.raw.type = 1; // k_EGameIDTypeGameMod
|
||||||
game_id.raw.app_id = app_id & 0xFFFFFF;
|
game_id.raw.app_id = app_id & 0xFFFFFF;
|
||||||
|
|
||||||
const auto* mod_id = "H1-Mod";
|
const auto* mod_id = "IW7-Mod";
|
||||||
game_id.raw.mod_id = *reinterpret_cast<const unsigned int*>(mod_id) | 0x80000000;
|
game_id.raw.mod_id = *reinterpret_cast<const unsigned int*>(mod_id) | 0x80000000;
|
||||||
|
|
||||||
this->client_user_.invoke<bool>("SpawnProcess", path.data(), cmdline.data(), our_directory,
|
this->client_user_.invoke<bool>("SpawnProcess", path.data(), cmdline.data(), our_directory,
|
||||||
|
Loading…
Reference in New Issue
Block a user