fixed a dumb bug that long went unnoticed

This commit is contained in:
Flameshadowxeroshin
2011-08-18 21:49:52 -05:00
parent 9890d66b40
commit cb3bf0aea0
+1 -1
View File
@@ -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.