Modulo:I18n: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
since type(t1[k]) == type(v) == "table" |
optimize statements |
||
Riga 5:
local function tableMerge(t1, t2)
for k,v in pairs(t2) do
if type(v) == "table" and type(t1[k]) == "table" then
else
t1[k] = v
|