Fixed first follow item in info list not matching others

Fixed first follow item in info list not matching others
This commit is contained in:
Kazooo 2024-04-06 22:17:20 +00:00
parent de0914312c
commit 93c19e881c
1 changed files with 1 additions and 1 deletions

View File

@ -4856,7 +4856,7 @@ function mobs:feed_tame(self, clicker, feed_count, breed, tame)
minetest.chat_send_player(clicker:get_player_name(),
S("@1 follows:",
self.name:split(":")[2]) .. "\n" ..
self.name:split(":")[2]) .. "\n- " ..
table.concat(self.follow, "\n- "))
end
end