forked from VoxeLibre/VoxeLibre
Fix local go_to_pos call
This commit is contained in:
parent
5e022ef083
commit
318da7e3c9
|
@ -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 New Issue