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()
|
||||
while true do
|
||||
term.write(status)
|
||||
spawn(clickListen)
|
||||
spawn(touchListen)
|
||||
spawn(keyListen)
|
||||
clickListen()
|
||||
touchListen()
|
||||
keyListen()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue