Post edit history
Lua Error Report
Before | After | ||
---|---|---|---|
1 | Are you saying that | 1 | Are you saying that |
2 | [q]for k, v in new_w do | 2 | [q]for k, v in new_w do |
3 | end[/q] | 3 | end[/q] |
4 | doesn't crash when new_w has elements? That's weird. Your code isn't anything I'd see in lua. Look up pairs. | 4 | doesn't crash when new_w has elements? That's weird, as I think your code is just invalid Lua. Look up pairs. |