fix is_inside function error misctake at end with +
This commit is contained in:
parent
1cd4884707
commit
2276603a13
2
api.lua
2
api.lua
@ -1185,7 +1185,7 @@ function mob_class:is_inside(itemtable)
|
|||||||
vector.offset(pos, cb[4], cb[5], cb[6]), itemtable)
|
vector.offset(pos, cb[4], cb[5], cb[6]), itemtable)
|
||||||
|
|
||||||
if nn and #nn > 0 then return true else return false end
|
if nn and #nn > 0 then return true else return false end
|
||||||
+end
|
end
|
||||||
|
|
||||||
|
|
||||||
-- function do_env_damage environmental damage (water, lava, fire, light etc.)
|
-- function do_env_damage environmental damage (water, lava, fire, light etc.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user