removed mentions of spawn

This commit is contained in:
mint 2021-05-07 02:20:04 -04:00
parent b8f1445f11
commit 26339c5a38
1 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ status = defaultStatus --Setting the
term.clear()
while true do
term.write(status)
spawn(clickListen)
spawn(touchListen)
spawn(keyListen)
clickListen()
touchListen()
keyListen()
end