fixed another typo

This commit is contained in:
Baloo 2024-08-22 07:09:16 +00:00
parent 68462d3e2b
commit 20cf0125a4

View File

@ -27,7 +27,7 @@ namespace big
static bool is_valid_weapon(rage::joaat_t hash) static bool is_valid_weapon(rage::joaat_t hash)
{ {
if ("WEAPON_TRANQUILIZER"_J == weaponType) if ("WEAPON_TRANQUILIZER"_J == hash)
{ {
return false; return false;
} }