Skip to content

Commit

Permalink
other: No longer force-enabling the spoilage setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 8, 2024
1 parent edf5dee commit 5439c28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions settings-updates.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
data.raw["bool-setting"]["py-enable-decay"].default_value = true
data.raw["bool-setting"]["py-enable-decay"].forced_value = true
data.raw["bool-setting"]["py-enable-decay"].hidden = true

local function force_string_setting(setting, type, value)
data.raw[type][setting].allowed_values = {value}
data.raw[type][setting].default_value = value
Expand Down

0 comments on commit 5439c28

Please sign in to comment.