fix(esx_weaponshop/server): wrong variable

This commit is contained in:
Mycroft
2022-04-25 19:00:20 +01:00
parent 0ce0070bff
commit 2875aeceee
+1 -1
View File
@@ -61,7 +61,7 @@ function GetPrice(weaponName, zone)
end
if weapon then
return v.price
return weapon.price
else
return 0
end