Respect nosteam mode
This commit is contained in:
parent
f48a895b0f
commit
d83428ff0f
@ -170,6 +170,11 @@ namespace steam_proxy
|
||||
return ownership_state::unowned;
|
||||
}
|
||||
|
||||
if (is_disabled())
|
||||
{
|
||||
return ownership_state::success;
|
||||
}
|
||||
|
||||
this->client_utils_.invoke<void>("SetAppIDForCurrentPipe", app_id, false);
|
||||
|
||||
char our_directory[MAX_PATH] = { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user