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:
parent
b8f1445f11
commit
26339c5a38
1 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ status = defaultStatus --Setting the
|
||||||
term.clear()
|
term.clear()
|
||||||
while true do
|
while true do
|
||||||
term.write(status)
|
term.write(status)
|
||||||
spawn(clickListen)
|
clickListen()
|
||||||
spawn(touchListen)
|
touchListen()
|
||||||
spawn(keyListen)
|
keyListen()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue