diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 35a99cfc..3d141316 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -169,6 +169,11 @@ namespace steam_proxy //app_id = 480; // Spacewar return ownership_state::unowned; } + + if (is_disabled()) + { + return ownership_state::success; + } this->client_utils_.invoke("SetAppIDForCurrentPipe", app_id, false);