Hi all
i try to update my mods to 15, but I have a crash with the function "err". I assume it is a global function in 14, that doesn't work in 15.
Its aim is to display a customized error message. How can I update it?
Thanks
Hermios
[15]err function doesn't work
Re: [15]err function doesn't work
err is not a global function, in your mods (e.g. LineSorter) it is defined in libs\logging.lua.Hermios wrote:i try to update my mods to 15, but I have a crash with the function "err". I assume it is a global function in 14, that doesn't work in 15.
Re: [15]err function doesn't work
Arf, I feel stupid now!
Thanks for the answer. 

