Page 1 of 1

[15]err function doesn't work

Posted: Mon May 01, 2017 2:53 pm
by Hermios
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

Re: [15]err function doesn't work

Posted: Tue May 02, 2017 1:04 pm
by daniel34
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.
err is not a global function, in your mods (e.g. LineSorter) it is defined in libs\logging.lua.

Re: [15]err function doesn't work

Posted: Tue May 02, 2017 1:26 pm
by Hermios
Arf, I feel stupid now! :shock: Thanks for the answer. :D