Fix crash

This commit is contained in:
Signal 2025-11-06 23:21:49 -05:00
parent d5f198e5e1
commit 30ba6e5385

View file

@ -70,6 +70,7 @@ end
function ns.check_recipe(inv)
local plot = ns.recipes[ns.inv_to_string(inv)]
if not ns.plots[plot] then return false end
local recipe = ns.plots[plot].recipe
print(dump(recipe))
for i = 1, 9 do