https://github.com/PilzAdam/mobs/blob/c49cc4726c1fc0d7ee42561eee0c40fdc00c1577/api.lua#L146 shouldn't it be `not self.disable_fall_damage`? currently, if disable_fall_damage is true then it enter the code and do damage ps: i couldn't think of a better title :|
mobs/api.lua
Line 146 in c49cc47
shouldn't it be
not self.disable_fall_damage?currently, if disable_fall_damage is true then it enter the code and do damage
ps: i couldn't think of a better title :|