diff --git a/src/Steam/Steam.cpp b/src/Steam/Steam.cpp index 059c4d9e..5c51856e 100644 --- a/src/Steam/Steam.cpp +++ b/src/Steam/Steam.cpp @@ -111,7 +111,7 @@ namespace Steam { bool SteamAPI_Init() { - Proxy::SetGame(10190); + /*Proxy::SetGame(10190); if (!Proxy::Inititalize()) { @@ -122,7 +122,7 @@ namespace Steam { Proxy::SetMod("IW4x: Modern Warfare 2"); Proxy::RunGame(); - } + }*/ return true; }