Update src/client/component/getinfo.cpp

Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
This commit is contained in:
Liam 2023-02-27 11:38:10 +00:00 committed by GitHub
parent c3386b5258
commit 59a5550eb0

View File

@ -86,12 +86,7 @@ namespace getinfo
}
const auto client_states = *reinterpret_cast<uint64_t*>(0x1576FB318_g);
if (!client_states)
{
return false;
}
return true;
return client_states == 0;
}
struct component final : generic_component