feat(Protection): Catch vehicle temp action 15
Credit: @SkiddyToast
This commit is contained in:
parent
fbe219c02f
commit
6e408b1215
@ -47,7 +47,7 @@ namespace big
|
|||||||
uint32_t action;
|
uint32_t action;
|
||||||
buffer->ReadDword(&action, 8);
|
buffer->ReadDword(&action, 8);
|
||||||
|
|
||||||
if (action >= 16 && action <= 18)
|
if (action >= 15 && action <= 18)
|
||||||
{
|
{
|
||||||
g_pointers->m_send_event_ack(event_manager, source_player, target_player, event_index, event_handled_bitset);
|
g_pointers->m_send_event_ack(event_manager, source_player, target_player, event_index, event_handled_bitset);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user