1
0
Fork 0
mirror of https://fem.mint.lgbt/m/Rhythmblock.git synced 2024-08-14 20:27:11 +00:00

removed mentions of spawn

This commit is contained in:
mint 2021-05-07 02:20:04 -04:00
parent b8f1445f11
commit 26339c5a38

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