mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
remove debug message
This commit is contained in:
parent
a16e8f0403
commit
8a63e90e4a
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue