Rinart73 Posted Friday at 03:10 PM Share Posted Friday at 03:10 PM 2.2 overriden native Lua function table.concat: Avorion\data\scripts\lib\utility.lua function table.concat(tbl, add) for _, value in pairs(add) do table.insert(tbl, value) end end I ask you to change the function name because nativeĀ table.concat ( http://lua-users.org/wiki/TableLibraryTutorial ) works in a completely different way. Your change breaks all mods that use this function and also confuses future modders who will expect native functions to behave in a same way. Link to comment Share on other sites More sharing options...
Developer koonschi Posted Friday at 03:39 PM Developer Share Posted Friday at 03:39 PM Should be fixed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now