Page 1 of 1

(fixed) Holding compass to inventory eye crashes

Posted: Wed Mar 04, 2020 5:31 pm
by Gambit37
The new code for handling objects pressed on a character's inventory eye has a bug with the compass (v0.74)

Code: Select all

FATAL LUA ERROR: Lua Function sys_render_object: base/render.lua:662: attempt to index global 'io' (a nil value)
It's just a tiny typo: "io" should be "iio".