View Single Post
05/30/14, 12:36 AM   #3
Wobin
 
Wobin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 78
Originally Posted by Vuelhering View Post
I don't have an answer for you, but after glancing through this, my brain is screaming "anonymous closure".

Not sure that will do anything, though

Lua is odd, but this code just bothers me at a gut level.
Code:
Harvest.DataStore = {
        ["alikr"] = Harvest.DataStore[Harvest.langs]["alikr"],
        ........
}
It's storing a table reference at that point. Not sure if that'll actually work as a SV result (if that's what it is).
  Reply With Quote