NPXcoot / nssm

Not So Simple Mobs mod for Minetest
14 stars 9 forks source link

Fix call to set animation with newest mobs_redo #21

Open taikedz opened 7 years ago

taikedz commented 7 years ago

mobs_redo has brought the set_animation into its namespace

This change fixes NSSM's calls to the global set_animation to use mobs.set_animation instead.

mckaygerhard commented 2 years ago

this update nssm to work with the change in mobs.set_animation since commit h1f0969e6d374bf089728b1995e97a97b06b2f111

this merge request will fix issues #25 and #20