This commit is contained in:
zaremate 2022-05-24 20:39:07 +02:00
parent a4412b4fb4
commit 25310b33d5

View File

@ -33,7 +33,6 @@ function AlarmOn()
inLightsMenu = false inLightsMenu = false
selectedItem = 1 selectedItem = 1
end end
end
function LightsOff() function LightsOff()
redstone.setBundledOutput("top", 0) redstone.setBundledOutput("top", 0)
inLightsMenu = false inLightsMenu = false