From c62cfc413d849441385319fdd4d020d1b5b6cdbc Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 29 Jan 2025 00:36:26 +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 161ef81e..d47eb8fc 100644 --- a/exp_scenario/module/commands/waterfill.lua +++ b/exp_scenario/module/commands/waterfill.lua @@ -20,7 +20,7 @@ Commands.new("waterfill", { "exp-commands_waterfill.description" }) if item_count_total == 0 then return player.print{ "exp-commands_waterfill.requires-explosives" } else - Selection.start(player, SelectionWaterfillArea) + Selection.start(player, SelectionName) return player.print{ "exp-commands_waterfill.enter" } end end