diff --git a/mods/ENTITIES/mcl_mobs/api/mob_functions/environment.lua b/mods/ENTITIES/mcl_mobs/api/mob_functions/environment.lua index 5c431135e..5d790fc94 100644 --- a/mods/ENTITIES/mcl_mobs/api/mob_functions/environment.lua +++ b/mods/ENTITIES/mcl_mobs/api/mob_functions/environment.lua @@ -202,7 +202,7 @@ mobs.node_ok = function(pos, fallback) end ---a teleport functoin +--a teleport function mobs.teleport = function(self, target) if self.do_teleport then if self.do_teleport(self, target) == false then @@ -247,4 +247,4 @@ mobs.calculate_fall_damage = function(self) self.health = self.health - damage end end -end \ No newline at end of file +end