hkzorman / advanced_npc

Advanced NPC for Minetest, using mobs_redo API
Other
18 stars 5 forks source link

NPCs do not stay sitted/layed when talked to or on game restart #21

Closed hkzorman closed 6 years ago

hkzorman commented 6 years ago

This issue has two parts.

hkzorman commented 6 years ago

Fixed by: 5bdc3c3c290c4e4b9b880273de46a42fc882687c Depends on https://github.com/tenplus1/mobs_redo/pull/126 for a more elegant fix.

hkzorman commented 6 years ago

Added by tenplus1. Bug is fixed now using the new after_activate() callback.