pyrollo / display_modpack

Display modpack for Minetest, provides mods with dynamic display and font display : clocks, signs, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[display_api] 'setpos' and 'setyaw' are deprecated

opened this issue · comments

Those two functions should be replaced with their suggested replacements.

2019-03-05 18:47:46: WARNING[Server]: Call to deprecated function 'setpos', please use 'set_pos' at ...k/.minetest/mods/display_modpack/display_api/display.lua:104
2019-03-05 18:47:46: WARNING[Server]: Call to deprecated function 'setyaw', please use 'set_yaw' at ...k/.minetest/mods/display_modpack/display_api/display.lua:109

Thanks for the warning !

Fixed in 46cb9d8