Fixed typo

This commit is contained in:
Baloo 2024-08-22 07:08:37 +00:00
parent cf8cfa81f8
commit 68462d3e2b

View File

@ -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)