Closed bengardner closed 2 years ago
I was seeing a lot of this sort of warning. WARNING[Server]: Call to deprecated function 'setvelocity', please use 'set_velocity' at ...
This commit replaces the following: setvelocity -> set_velocity getvelocity -> get_velocity getyaw -> get_yaw setyaw -> set_yaw setacceleration -> set_acceleration
Thanks. I have been planning to do this for a long time. :D
I was seeing a lot of this sort of warning. WARNING[Server]: Call to deprecated function 'setvelocity', please use 'set_velocity' at ...
This commit replaces the following: setvelocity -> set_velocity getvelocity -> get_velocity getyaw -> get_yaw setyaw -> set_yaw setacceleration -> set_acceleration