diff --git a/res/scripts/components/mob.lua b/res/scripts/components/mob.lua index 47093852..4086572c 100644 --- a/res/scripts/components/mob.lua +++ b/res/scripts/components/mob.lua @@ -183,8 +183,4 @@ function on_physics_update(tps) tsf:set_rot(mat4.rotate({0, 1, 0}, angle + 180)) prev_angle = angle - - if entity:get_player() == -1 then - look_at({player.get_pos(hud.get_player())}) - end end