Update Tool GUI Locale (#394)

* Update tool.lua

* Update tool.lua

* Update zh-CN.cfg

* Update zh-TW.cfg
This commit is contained in:
2025-05-15 22:21:57 +09:00
committed by GitHub
parent c984907aec
commit 5cc99d86d5
3 changed files with 6 additions and 5 deletions

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_artillery.exit" }
else
Selection.start(player, SelectionArtyArea)
player.print{ "tool.entered-area-selection" }
player.print{ "exp-commands_artillery.enter" }
end
end)