[skip ci]

This commit is contained in:
Skull 2022-08-12 10:19:56 +03:00
parent 0c67e1b2da
commit a3072c68ae

View File

@ -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;
} }