From 7ee55162d8d8aaaf2e9b12dcf34bd4227888d4f8 Mon Sep 17 00:00:00 2001 From: quaK <38787176+Joelrau@users.noreply.github.com> Date: Tue, 24 May 2022 06:07:07 +0300 Subject: [PATCH] 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> --- src/client/component/steam_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 1eb8c75e..e6a2f890 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -142,7 +142,7 @@ namespace steam_proxy game_id.raw.type = 1; // k_EGameIDTypeGameMod 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(mod_id) | 0x80000000; this->client_user_.invoke("SpawnProcess", path.data(), cmdline.data(), our_directory,