mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 14:57:27 +08:00
fix(Pointers): Typo
This commit is contained in:
parent
3e8a71fbfa
commit
560e5068b0
@ -177,7 +177,7 @@ namespace big
|
||||
m_read_bitbuf_array = ptr.as<decltype(m_read_bitbuf_array)>();
|
||||
});
|
||||
|
||||
// Send Event Acknoledge
|
||||
// Send Event Acknowledge
|
||||
main_batch.add("SEA", "48 89 6C 24 ? 48 89 74 24 ? 57 48 83 EC 20 80 7A", [this](memory::handle ptr)
|
||||
{
|
||||
m_send_event_ack = ptr.sub(5).as<decltype(m_send_event_ack)>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user