don't start luash() automatically when headless

This commit is contained in:
Izaya 2017-09-05 19:43:23 +10:00
parent bfd5ea7cb4
commit b5011de5ab
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ if component.list("gpu")() and component.list("screen")() and component.list("ke
local ka = component.list("keyboard")()
kbd(ka)
end))
luash()
elseif nshd then
nshd(23)
end
luash()
computer.beep()