mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -390,9 +390,10 @@ local vlayer_gui_control_build =
|
|||||||
}:on_click(function(player, _, _)
|
}:on_click(function(player, _, _)
|
||||||
if Selection.is_selecting(player, SelectionConvertArea) then
|
if Selection.is_selecting(player, SelectionConvertArea) then
|
||||||
Selection.stop(player)
|
Selection.stop(player)
|
||||||
|
player.print{ "vlayer.exit" }
|
||||||
else
|
else
|
||||||
Selection.start(player, SelectionConvertArea)
|
Selection.start(player, SelectionConvertArea)
|
||||||
player.print{ "exp-commands_waterfill.entered-area-selection" }
|
player.print{ "vlayer.enter" }
|
||||||
end
|
end
|
||||||
|
|
||||||
vlayer_gui_list_refresh(player)
|
vlayer_gui_list_refresh(player)
|
||||||
|
|||||||
Reference in New Issue
Block a user