Fixed typo
This commit is contained in:
parent
cf8cfa81f8
commit
68462d3e2b
@ -29,7 +29,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if ("WEAPON_TRANQUILIZER"_J == weaponType)
|
if ("WEAPON_TRANQUILIZER"_J == weaponType)
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto& info : g_pointers->m_gta.m_weapon_info_manager->m_item_infos)
|
for (const auto& info : g_pointers->m_gta.m_weapon_info_manager->m_item_infos)
|
||||||
|
Reference in New Issue
Block a user