From e808e11dd49085835b4527691d217590a557703c Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 19 Apr 2025 00:40:25 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/waterfill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_scenario/module/commands/waterfill.lua b/exp_scenario/module/commands/waterfill.lua index 1adbb29b..4ef722bd 100644 --- a/exp_scenario/module/commands/waterfill.lua +++ b/exp_scenario/module/commands/waterfill.lua @@ -89,7 +89,7 @@ Selection.on_selection(SelectionName, function(event) end end - local remaining_tiles = surface.count_tiles_filtered{ area = area, name = tile_to_apply } + remaining_tiles = surface.count_tiles_filtered{ area = area, name = tile_to_apply } end surface.set_tiles(tiles_to_make, true, "abort_on_collision", true, false, player, 0)