diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 9b358756..44e22f45 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -169,6 +169,11 @@ namespace steam_proxy return ownership_state::unowned; } + if (is_disabled()) + { + return ownership_state::success; + } + this->client_utils_.invoke("SetAppIDForCurrentPipe", app_id, false); char our_directory[MAX_PATH] = {0};