From a5451ef275d821f8776128c43477b98412773889 Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:14:18 +1300 Subject: [PATCH] Revert library change Change was not required for preventing unused property warnings. Was causing issues with recipes being incorrectly enabled from the start. --- boblibrary/recipe-functions.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/boblibrary/recipe-functions.lua b/boblibrary/recipe-functions.lua index 5d8463ce..8e70464a 100644 --- a/boblibrary/recipe-functions.lua +++ b/boblibrary/recipe-functions.lua @@ -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)