diff --git a/exp_scenario/module/commands/waterfill.lua b/exp_scenario/module/commands/waterfill.lua index 3525c658..65e2b21e 100644 --- a/exp_scenario/module/commands/waterfill.lua +++ b/exp_scenario/module/commands/waterfill.lua @@ -57,7 +57,9 @@ Selection.on_selection(SelectionName, function(event) if item_count_cliff_ne and item_count_craft_ne then player.print({ "exp-commands_waterfill.too-few-explosives", area_size, item_count_cliff }, Commands.print_settings.error) return - elseif item_count_cliff_ne and (not item_count_craft_ne) then + end + + if item_count_cliff_ne and (not item_count_craft_ne) then item_count_type_bool = false end