From 97f5b3d8d745d1958d2101a5178cfb858a98dd98 Mon Sep 17 00:00:00 2001 From: Baloo <73783549+41Baloo@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:00:30 +0000 Subject: [PATCH] Removed accidental newline --- src/hooks/protections/received_event.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/protections/received_event.cpp b/src/hooks/protections/received_event.cpp index fd1be85a..22869a71 100644 --- a/src/hooks/protections/received_event.cpp +++ b/src/hooks/protections/received_event.cpp @@ -27,7 +27,6 @@ namespace big static bool is_valid_weapon(rage::joaat_t hash) { - for (const auto& info : g_pointers->m_gta.m_weapon_info_manager->m_item_infos) { if (info && info->m_name == hash && info->GetClassId() == "cweaponinfo"_J)