This commit is contained in:
2025-05-12 22:03:43 +09:00
parent 268feab5f7
commit f79408d37c

View File

@@ -50,10 +50,11 @@ local tool_gui_arty_b = Gui.element("tool_gui_arty_b")
):on_click(function(def, player, element)
if Selection.is_selecting(player, SelectionArtyArea) then
Selection.stop(player)
player.print{ "exp-commands_waterfill.exit" }
else
Selection.start(player, SelectionArtyArea)
player.print{ "tool.entered-area-selection" }
player.print{ "exp-commands_waterfill.enter" }
end
end)