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