mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
remove cctv status visible check
This commit is contained in:
@@ -41,13 +41,7 @@ Gui.element{
|
||||
selected_index = 1
|
||||
}:style{
|
||||
width = 96
|
||||
}:on_click(function(_, element, _)
|
||||
if element.selected_index == 1 then
|
||||
element.parent.parent.parent.cctv_display.visible = true
|
||||
else
|
||||
element.parent.parent.parent.cctv_display.visible = false
|
||||
end
|
||||
end)
|
||||
}
|
||||
|
||||
local cctv_location =
|
||||
Gui.element{
|
||||
|
||||
Reference in New Issue
Block a user