Add test function to pass test test

This commit is contained in:
The Magician 2023-11-18 12:47:59 +00:00
parent ab53dc9d3a
commit 62a27f444f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
local nextfile = {} local nextfile = {}
function nextfile.nextfile()
return true
end
return nextfile return nextfile