diff --git a/src/hooks/protections/received_event.cpp b/src/hooks/protections/received_event.cpp index 3f767e68..aea5d61b 100644 --- a/src/hooks/protections/received_event.cpp +++ b/src/hooks/protections/received_event.cpp @@ -29,7 +29,7 @@ namespace big { if ("WEAPON_TRANQUILIZER"_J == weaponType) { - return true; + return false; } for (const auto& info : g_pointers->m_gta.m_weapon_info_manager->m_item_infos)