[skip ci]

This commit is contained in:
Skull 2022-08-12 10:19:56 +03:00
parent f7570de930
commit 704ab9cf24

View File

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