[Weapon] Fix invalid address
This commit is contained in:
parent
9cb7e0dffa
commit
519042a283
@ -74,7 +74,7 @@ namespace Components
|
||||
Utils::Hook::Set<DWORD>(0x4B3625, sizeof(bg_weapAmmoTypes));
|
||||
Utils::Hook::Set(0x4B362C, bg_weapAmmoTypes);
|
||||
Utils::Hook::Set(0x4B3650, bg_weapAmmoTypes);
|
||||
Utils::Hook::Set(0x57B782, bg_weapAmmoTypes);
|
||||
Utils::Hook::Set(0x57B783, bg_weapAmmoTypes);
|
||||
Utils::Hook::Set(0x57B7D1, bg_weapAmmoTypes);
|
||||
Utils::Hook::Set(0x57B7DA, bg_weapAmmoTypes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user