remove debug message

This commit is contained in:
epCode 2022-10-09 18:26:20 -07:00
parent a16e8f0403
commit 8a63e90e4a
1 changed files with 0 additions and 2 deletions

View File

@ -365,8 +365,6 @@ local set_yaw = function(self, yaw, delay, dtime)
ddtime = dtime
end
minetest.chat_send_all(math.abs(target_shortest_path))
if math.abs(target_shortest_path) > 280*ddtime then
if target_shortest_path > 0 then
self.object:set_yaw(self.object:get_yaw()+1.5*ddtime)