refactor(steam_proxy.cpp): revert to returning nosteam if user doesn't have steam installed
This commit is contained in:
parent
e7b4c63dcd
commit
927be7071f
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user