1 - error on file load
Version: r4
Description:
On line 9, "local table.concat = table.concat"; is causing an error. I think it's supposed to be "local tconcat = table.concat"; and line 49 probably is meant to reference this 'tconcat' instead of 'table.concat' twice, to avoid table lookups.
| User | When | Change |
|---|---|---|
| starlon | Sep 14, 2011 at 06:07 UTC | Create |