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