update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 8a63e90e4a - Show all commits

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)