Skip to content

Commit

Permalink
Revert library change
Browse files Browse the repository at this point in the history
Change was not required for preventing unused property warnings. Was causing issues with recipes being incorrectly enabled from the start.
  • Loading branch information
KiwiHawk committed Oct 6, 2023
1 parent e0dfc41 commit a5451ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boblibrary/recipe-functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ local function split_line_bool(recipe, tag)
data.raw.recipe[recipe].normal[tag] = false
data.raw.recipe[recipe].expensive[tag] = false
end
data.raw.recipe[recipe][tag] = nil
end

function bobmods.lib.recipe.difficulty_split(recipe)
Expand Down

0 comments on commit a5451ef

Please sign in to comment.