Merge pull request #86 from realneonium/patch-1

fix: missing return
This commit is contained in:
Andy
2025-08-13 15:49:28 +02:00
committed by GitHub

View File

@@ -9,3 +9,5 @@ NDCore = setmetatable({}, {
return self[index]
end
})
return NDCore