forked from VoxeLibre/VoxeLibre
remove debug message
This commit is contained in:
parent
a16e8f0403
commit
8a63e90e4a
|
@ -365,8 +365,6 @@ local set_yaw = function(self, yaw, delay, dtime)
|
||||||
ddtime = dtime
|
ddtime = dtime
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.chat_send_all(math.abs(target_shortest_path))
|
|
||||||
|
|
||||||
if math.abs(target_shortest_path) > 280*ddtime then
|
if math.abs(target_shortest_path) > 280*ddtime then
|
||||||
if target_shortest_path > 0 then
|
if target_shortest_path > 0 then
|
||||||
self.object:set_yaw(self.object:get_yaw()+1.5*ddtime)
|
self.object:set_yaw(self.object:get_yaw()+1.5*ddtime)
|
||||||
|
|
Loading…
Reference in New Issue