forked from mtcontrib/pipeworks
fix small typos (False -> false)
This commit is contained in:
parent
61d7bde79a
commit
9f3b2f1323
@ -30,11 +30,11 @@ local function autocraft(inventory, pos)
|
|||||||
local recipeUnchanged = true
|
local recipeUnchanged = true
|
||||||
for i = 1, 9 do
|
for i = 1, 9 do
|
||||||
if recipe[i]:get_name() ~= recipe_last[i]:get_name() then
|
if recipe[i]:get_name() ~= recipe_last[i]:get_name() then
|
||||||
recipeUnchanged = False
|
recipeUnchanged = false
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
if recipe[i]:get_count() ~= recipe_last[i]:get_count() then
|
if recipe[i]:get_count() ~= recipe_last[i]:get_count() then
|
||||||
recipeUnchanged = False
|
recipeUnchanged = false
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user