feat(Protection): Catch vehicle temp action 15

Credit: @SkiddyToast
This commit is contained in:
Yimura 2022-06-19 20:42:40 +02:00
parent fbe219c02f
commit 6e408b1215
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -47,7 +47,7 @@ namespace big
uint32_t action;
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);