fix is_inside function error misctake at end with +

main
general 2024-04-07 22:57:05 -04:00
parent 1cd4884707
commit 2276603a13
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ function mob_class:is_inside(itemtable)
vector.offset(pos, cb[4], cb[5], cb[6]), itemtable)
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.)