View Single Post
05/26/14, 11:52 AM   #2
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
lol even if that 's the cause it 's utterly retarded because the table functions of Lua are actually outdated since long ago and most of them don't even support metatables properly (like table.insert) - so it 's a bug that can't and shouldn't be adjusted to rather then fixed (if its really the cause).

I however can't really believe that claim as table.insert by logic does nothing more then tablename[#tablename+1] = value in the background.

Last edited by thelegendaryof : 05/26/14 at 11:55 AM.
  Reply With Quote