From 93c19e881c0b0db8121072310bb6bac5e0f43001 Mon Sep 17 00:00:00 2001 From: Kazooo Date: Sat, 6 Apr 2024 22:17:20 +0000 Subject: [PATCH] Fixed first follow item in info list not matching others Fixed first follow item in info list not matching others --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 7598f57..42c897f 100644 --- a/api.lua +++ b/api.lua @@ -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