Respect nosteam mode
This commit is contained in:
parent
bef4ec67b6
commit
bd8a524e3a
@ -169,6 +169,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