Fix vlayer selection locale (#361)

* Update gui.cfg

* Update gui.cfg

* Update gui.cfg

* Update vlayer.lua
This commit is contained in:
2025-01-20 08:50:29 +09:00
committed by GitHub
parent c1b24f664b
commit 99ca4c8b52
4 changed files with 8 additions and 1 deletions

View File

@@ -390,9 +390,10 @@ local vlayer_gui_control_build =
}:on_click(function(player, _, _)
if Selection.is_selecting(player, SelectionConvertArea) then
Selection.stop(player)
player.print{ "vlayer.exit" }
else
Selection.start(player, SelectionConvertArea)
player.print{ "exp-commands_waterfill.entered-area-selection" }
player.print{ "vlayer.enter" }
end
vlayer_gui_list_refresh(player)