Fix Axelotl crash for right click

This commit is contained in:
ancientmarinerdev 2022-12-03 23:21:39 +00:00 committed by Johannes Fritz
parent e57551f764
commit a0a0c69213
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ local axolotl = {
awards.unlock(clicker:get_player_name(), "mcl:cutestPredator")
return
end
if mcl_mobs:feed_tame(self, clicker, 1, true, false) then return end
if self:feed_tame(clicker, 1, true, false) then return end
end,
makes_footstep_sound = false,
fly = true,