diff --git a/crafting.lua b/crafting.lua index 0b9c381..34f229f 100644 --- a/crafting.lua +++ b/crafting.lua @@ -43,7 +43,7 @@ function craftingMenu(data) local hasjob = false if Recipes[i].job then hasjob = false for l, b in pairs(Recipes[i].job) do hasjob = hasJob(l, nil, b) - if hasJob == true then break end + if hasjob == true then break end end end local setheader, settext = "", "" @@ -434,4 +434,4 @@ function stashhasItem(stashItems, items, amount) end for k, v in pairs(hasTable) do if v.hasItem == false then return false, hasTable end end return true, hasTable -end \ No newline at end of file +end