mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
remove cctv status visible check
This commit is contained in:
@@ -41,13 +41,7 @@ Gui.element{
|
|||||||
selected_index = 1
|
selected_index = 1
|
||||||
}:style{
|
}:style{
|
||||||
width = 96
|
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 =
|
local cctv_location =
|
||||||
Gui.element{
|
Gui.element{
|
||||||
|
|||||||
Reference in New Issue
Block a user