From 0b178f5b1bf7b48cdf05e4ede47993eefa5b33ee Mon Sep 17 00:00:00 2001 From: OneFourOne <71578430+OneFourOne@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:40:07 -0500 Subject: [PATCH] [Steam] Enable steam integration --- src/Steam/Steam.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Steam/Steam.cpp b/src/Steam/Steam.cpp index 52a67016..059c4d9e 100644 --- a/src/Steam/Steam.cpp +++ b/src/Steam/Steam.cpp @@ -111,8 +111,7 @@ namespace Steam { bool SteamAPI_Init() { - //The latest steam update has broke IW4x's steam integration. As of now the best way of dealing with this is to just disable it. This has been commented out so that if fixed, this may be easily enabled once again. - /*Proxy::SetGame(10190); + Proxy::SetGame(10190); if (!Proxy::Inititalize()) { @@ -123,7 +122,7 @@ namespace Steam { Proxy::SetMod("IW4x: Modern Warfare 2"); Proxy::RunGame(); - }*/ + } return true; }