This commit is contained in:
2025-05-13 13:24:33 +09:00
parent cf2b4476d5
commit 5914aced5e
3 changed files with 6 additions and 6 deletions

View File

@@ -50,11 +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" }
player.print{ "exp-commands_artillery.exit" }
else
Selection.start(player, SelectionArtyArea)
player.print{ "exp-commands_waterfill.enter" }
player.print{ "exp-commands_artillery.enter" }
end
end)