mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-04-21 04:40:22 +02:00
rename global function
This commit is contained in:
parent
bd06ad8d6e
commit
f32b69a654
4
api.lua
4
api.lua
@ -590,8 +590,8 @@ local yaw_to_pos = function(self, target, rot)
|
|||||||
return yaw
|
return yaw
|
||||||
end
|
end
|
||||||
|
|
||||||
function mobs:turn_to_pos(self, target, rot)
|
function mobs:yaw_to_pos(self, target, rot)
|
||||||
return turn_to_pos(self, target, rot)
|
return yaw_to_pos(self, target, rot)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user