[Dvars]: Remove cheat flag from jump_height (#1017)
This commit is contained in:
parent
54f6162a7a
commit
c87e6971e7
@ -459,6 +459,9 @@ namespace Components
|
|||||||
// un-cheat jump_slowdownEnable
|
// un-cheat jump_slowdownEnable
|
||||||
Utils::Hook::Xor<std::uint32_t>(0x4EFABE, Game::DVAR_CHEAT);
|
Utils::Hook::Xor<std::uint32_t>(0x4EFABE, Game::DVAR_CHEAT);
|
||||||
|
|
||||||
|
// un-cheat jump_height
|
||||||
|
Utils::Hook::Xor<std::uint32_t>(0x4EFA5C, Game::DVAR_CHEAT);
|
||||||
|
|
||||||
// Hook dvar 'name' registration
|
// Hook dvar 'name' registration
|
||||||
Utils::Hook(0x40531C, Dvar_RegisterName, HOOK_CALL).install()->quick();
|
Utils::Hook(0x40531C, Dvar_RegisterName, HOOK_CALL).install()->quick();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user