Error while running event EatOrDie::on_tick (ID 0) EatOrDie/control.lua:56: attempt to index field 'character' (a nil value)
stack traceback: EatOrDie/control.lua:56: in function <EatOrDie/control.lua:39>
Thank you, this only happened in multiplayer and slipped through testing. While respawning the character is not existent and thus can not take damage. The mod now checks if there is no character and only damages it if there is.