1
0
Fork 0
This commit is contained in:
Casey 2024-09-15 02:37:52 +03:00
parent f6b91af2ee
commit 1ba2cf9aed
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ while args[1] ~= nil and string.sub(args[1], 1, 1) == "-" do
elseif k == "l" or k == "speaker-left" then
speakers.l = peripheral.wrap(table.remove(args, 1))
elseif k == "r" or k == "speaker-right" then
speakers.l = peripheral.wrap(table.remove(args, 1))
speakers.r = peripheral.wrap(table.remove(args, 1))
elseif k == "d" or k == "delay" then
delay = tonumber(table.remove(args, 1))
elseif k == "t" or k == "threads" then