pyrollo / display_modpack

Display modpack for Minetest, provides mods with dynamic display and font display : clocks, signs, and more.
GNU Lesser General Public License v3.0
25 stars 27 forks source link

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

Closed ghost closed 5 years ago

ghost commented 5 years ago

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
pyrollo commented 5 years ago

Thanks for the warning !

Fixed in 46cb9d82ddd14fdf4891b88b7226596c11ef7620