forked from hkc/cc-stuff
Wrong variable lol
This commit is contained in:
parent
58e4631df8
commit
0a8bbd916c
|
@ -51,7 +51,7 @@ function()
|
|||
local x, y = table.unpack(evd, 1)
|
||||
if drive.isReady() and y <= #table_of_contents then
|
||||
drive.seek(-drive.getSize())
|
||||
drive.seek(table_of_contents[i].offset)
|
||||
drive.seek(table_of_contents[y].offset)
|
||||
drive.play()
|
||||
end
|
||||
elseif ev == "term_resize" then
|
||||
|
|
Loading…
Reference in New Issue