Cédric
Results
1
issues of
Cédric
For Lua 5.2 and 5.3 compatibility, change all dangerous: ``` lua table.insert(table,pos,value) ``` to ``` lua table[pos] = value ```