mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
feat(Util/System): Added blame explode patch toggle
This commit is contained in:
parent
3a52c6aa2f
commit
205a58716e
@ -24,4 +24,9 @@ namespace big::system
|
|||||||
|
|
||||||
file.close();
|
file.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline void patch_blame(bool toggle)
|
||||||
|
{
|
||||||
|
*(unsigned short*)g_pointers->m_blame_explode = toggle ? 0xE990 : 0x850F;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user