mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2024-12-22 14:37:26 +08:00
Update l4dtoolz_mm.cpp
This commit is contained in:
parent
a7e01138c7
commit
679b6f54c0
@ -75,7 +75,7 @@ void Hook_ReplyReservationRequest(netadr_s& adr, CBitRead& inmsg)
|
||||
{
|
||||
if (sv_force_unreserved.GetInt()) {
|
||||
if (g_pGameIServer != NULL) {
|
||||
if (*(uint64_t*)(((uint**)g_pGameIServer)+reserved_offs) != 0)
|
||||
if (*(uint64_t*)(((char*)g_pGameIServer)+reserved_offs) != 0)
|
||||
RETURN_META(MRES_IGNORED);
|
||||
}
|
||||
RETURN_META(MRES_SUPERCEDE);
|
||||
|
Loading…
Reference in New Issue
Block a user