refactor(steam_proxy.cpp): revert to returning nosteam if user doesn't have steam installed

This commit is contained in:
Rim 2024-05-14 19:33:11 -04:00
parent e7b4c63dcd
commit 927be7071f

View File

@ -141,7 +141,7 @@ namespace steam_proxy
{ {
if (!client_utils || !client_user) if (!client_utils || !client_user)
{ {
return ownership_state::success; return ownership_state::nosteam;
} }
if (!client_user.invoke<bool>("BIsSubscribedApp", app_id)) if (!client_user.invoke<bool>("BIsSubscribedApp", app_id))