Bug Fix: Someone forgot do :)

This commit is contained in:
Haroki
2022-03-28 16:30:43 +01:00
committed by GitHub
parent b1b31b4c2d
commit 7cfa2035f1
+1 -1
View File
@@ -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