mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Fix local go_to_pos call
This commit is contained in:
parent
5e022ef083
commit
318da7e3c9
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ function mob_class:check_herd(dtime)
|
|||
y = o:get_yaw()
|
||||
end
|
||||
if p then
|
||||
go_to_pos(self,p)
|
||||
self:go_to_pos(p)
|
||||
elseif y then
|
||||
self:set_yaw(y)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue