This commit is contained in:
Dominic Zimmer 2020-07-05 02:02:19 +02:00
parent e35e8d8d24
commit 477efa4ff6

View File

@ -4,7 +4,7 @@ curjob = 69
while true do
print("From what index do you want to resume jobs?")
x = read()
if x then
if tonumber(x) then
curjob = tonumber(x)
break
end