Skip to content

Commit

Permalink
Fixed crash with bob electronics
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVroom committed Feb 22, 2020
1 parent 37ec396 commit c44815b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function generate_train_recipe(item, add_unlock)
ingredients,
{
i == 2 and item.name or (item.name .. "-" .. (i - 1)),
"1"
1
}
)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function generate_train_recipe(item, add_unlock)
ingredients,
{
i == 2 and item.name or (item.name .. "-" .. (i - 1)),
"1"
1
}
)
end
Expand Down

0 comments on commit c44815b

Please sign in to comment.