fixed another typo
This commit is contained in:
parent
68462d3e2b
commit
20cf0125a4
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user