This commit is contained in:
zaremate 2022-05-24 20:39:53 +02:00
parent 25310b33d5
commit 66821b1c58

View File

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