fixed last merge

This commit is contained in:
UndeadMaelys
2022-05-05 11:30:20 +02:00
parent 8e7616e490
commit c0c64d1912
2 changed files with 5 additions and 5 deletions

View File

@@ -21,9 +21,9 @@ end
function lesson(number)
number = tonumber(number)
local t = scandir(dir.."/content/lessons/")
local t = scandir(dir.."/heonian-content/lessons/")
if t[number] then
dofile("content/lessons/"..t[number])
dofile("heonian-content/lessons/"..t[number])
else
print("lesson not found")
end