fixed a dumb bug that long went unnoticed
This commit is contained in:
@@ -30,7 +30,7 @@ function dofile(file)
|
|||||||
if not chunk then
|
if not chunk then
|
||||||
error(err, 2)
|
error(err, 2)
|
||||||
end
|
end
|
||||||
return chunk
|
return chunk()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Like ipairs(), but returns only values.
|
-- Like ipairs(), but returns only values.
|
||||||
|
|||||||
Reference in New Issue
Block a user