revert: remove addtestclient changes from client_patches.cpp
This commit is contained in:
parent
853266bd0e
commit
b669a37632
@ -44,18 +44,6 @@ namespace client_patches
|
|||||||
preload_map_hook.invoke(localClientNum, mapname, gametype);
|
preload_map_hook.invoke(localClientNum, mapname, gametype);
|
||||||
}
|
}
|
||||||
|
|
||||||
int sv_addtestclient_stub()
|
|
||||||
{
|
|
||||||
const auto state = reinterpret_cast<int*>(0x1576FB318_g);
|
|
||||||
|
|
||||||
if (*state == 0)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
return sv_addtestclient_hook.invoke<int>();
|
|
||||||
}
|
|
||||||
|
|
||||||
void reduce_process_affinity()
|
void reduce_process_affinity()
|
||||||
{
|
{
|
||||||
const DWORD_PTR affinity = (1ULL << (std::min(std::thread::hardware_concurrency(), 4U))) - 1;
|
const DWORD_PTR affinity = (1ULL << (std::min(std::thread::hardware_concurrency(), 4U))) - 1;
|
||||||
@ -95,8 +83,6 @@ namespace client_patches
|
|||||||
utils::hook::set(0x15AAEB254_g, mixer_open_stub);
|
utils::hook::set(0x15AAEB254_g, mixer_open_stub);
|
||||||
|
|
||||||
preload_map_hook.create(0x14135A1E0_g, preload_map_stub);
|
preload_map_hook.create(0x14135A1E0_g, preload_map_stub);
|
||||||
|
|
||||||
sv_addtestclient_hook.create(0x1422499A0_g, sv_addtestclient_stub);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user