right, can't capture escape x_x

This commit is contained in:
Izaya 2017-08-02 00:22:35 +10:00
parent b8d244056c
commit 962be29bea
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ do
if t == "key_down" and c > 47 and c < 58 then
computer.setBootAddress(bootdevs[c-47])
wl("Boot device set to "..bootdevs[c-47])
elseif t == "key_down" and c == 27 then
elseif t == "key_down" and c == 32 then
timer = timer + 10
end
end