From 2ad6c347e912aaf6c568085796d9ecd2c0b0c953 Mon Sep 17 00:00:00 2001 From: FragsAreUs <32180105+FragsAreUs@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:26:03 -0400 Subject: [PATCH] Fixed typo --- 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 4043edb2..1f82735a 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -182,7 +182,7 @@ namespace steam_proxy game_id.raw.type = 1; // k_EGameIDTypeGameMod game_id.raw.app_id = app_id & 0xFFFFFF; - const auto* mod_id = "bo3"; + 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,