From 8a63e90e4a541df5cec039f5789e722d24dea822 Mon Sep 17 00:00:00 2001 From: epCode <64379263+epCode@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:26:20 -0700 Subject: [PATCH] remove debug message --- mods/ENTITIES/mcl_mobs/api.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 6eac022a3..f67a09403 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -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)