Remove unnecessary return line
This commit is contained in:
parent
b7c18b51af
commit
15b627dfce
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ function __metatable:__index(index)
|
||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return nil, "Could not load: "..tostring(index)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue