[skip ci]
This commit is contained in:
parent
f7570de930
commit
704ab9cf24
@ -31,12 +31,7 @@ namespace steam_proxy
|
||||
public:
|
||||
void post_load() override
|
||||
{
|
||||
if (game::environment::is_dedi() || is_disabled())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!FindWindowA(0, "Steam"))
|
||||
if (game::environment::is_dedi() || is_disabled() || !FindWindowA(0, "Steam"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user