mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-21 15:21:24 +00:00
don't need this
This commit is contained in:
parent
3dbca468d3
commit
ec873b2462
1 changed files with 0 additions and 1 deletions
|
@ -426,7 +426,6 @@ function mob:get_wander_pos_3d(min_range, max_range, dir, vert_bias)
|
||||||
end
|
end
|
||||||
|
|
||||||
function mob:is_pos_safe(pos)
|
function mob:is_pos_safe(pos)
|
||||||
local mob_pos = self.object:get_pos()
|
|
||||||
if not pos then return end
|
if not pos then return end
|
||||||
local node = minetest.get_node(pos)
|
local node = minetest.get_node(pos)
|
||||||
if not node then return false end
|
if not node then return false end
|
||||||
|
|
Loading…
Add table
Reference in a new issue