Remove debug count
This commit is contained in:
parent
736c4735c0
commit
3ec1361ed9
@ -45,7 +45,7 @@ namespace getinfo
|
|||||||
|
|
||||||
int get_client_count()
|
int get_client_count()
|
||||||
{
|
{
|
||||||
int count =1;
|
int count = 0;
|
||||||
const auto client_states = *reinterpret_cast<uint64_t*>(game::select(0x1576FB318, 0x14A178E98));
|
const auto client_states = *reinterpret_cast<uint64_t*>(game::select(0x1576FB318, 0x14A178E98));
|
||||||
const auto object_length = game::is_server() ? 0xE5110 : 0xE5170;
|
const auto object_length = game::is_server() ? 0xE5110 : 0xE5170;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user