This commit is contained in:
2025-01-29 00:36:26 +09:00
parent fd5d95bcd8
commit c62cfc413d

View File

@@ -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