also nop the boolean to true

This commit is contained in:
jenz 2024-09-22 10:46:04 +01:00
parent e2e350973c
commit 3168c52234

View File

@ -308,6 +308,14 @@ static struct SrcdsPatch
(unsigned char *)"\x90\x90\x90\x90\x90\x90\x90\x90",
"cstrike/bin/server_srv.so"
},
//17 also NOP out boolean = true // freeze players while in intermission m_bFreezePeriod = true;
{
"_ZN12CCSGameRules16GoToIntermissionEv",
(unsigned char *)"\x8B\x45\x08\xC6\x80\x45\x02\x00\x00\x01",
"xxxxxxxxxx",
(unsigned char *)"\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90",
"cstrike/bin/server_srv.so"
},
};
class CBaseEntity;