Skip to content

Commit

Permalink
fix storage var name (doh)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 5, 2024
1 parent efafe15 commit 424128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/restart_if_empty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local function get_condition_empty()
end

local function set_condition_empty(state)
mtui.mod_storage:set_int("reset_condition_empty", state and 1 or 0)
mtui.mod_storage:set_int("restart_condition_empty", state and 1 or 0)
end

local function check_restart()
Expand Down

0 comments on commit 424128b

Please sign in to comment.