mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Bug Fix: Someone forgot do :)
This commit is contained in:
@@ -53,7 +53,7 @@ end)
|
||||
|
||||
function GetPrice(weaponName, zone)
|
||||
local weapon = nil
|
||||
for k,v in pairs(Config.Zones[zone].items)
|
||||
for k,v in pairs(Config.Zones[zone].items) do
|
||||
if v.name == weaponName then
|
||||
weapon = v
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user