mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
fix(esx_weaponshop/server): wrong variable
This commit is contained in:
@@ -61,7 +61,7 @@ function GetPrice(weaponName, zone)
|
||||
end
|
||||
|
||||
if weapon then
|
||||
return v.price
|
||||
return weapon.price
|
||||
else
|
||||
return 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user