mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-02 17:30:39 +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
|
||||
end
|
||||
|
||||
function mobs:turn_to_pos(self, target, rot)
|
||||
return turn_to_pos(self, target, rot)
|
||||
function mobs:yaw_to_pos(self, target, rot)
|
||||
return yaw_to_pos(self, target, rot)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user