diff --git a/factions.lua b/factions.lua index 59d5c23..70c5b1c 100644 --- a/factions.lua +++ b/factions.lua @@ -917,7 +917,7 @@ function(player) minetest.chat_send_player(player:get_player_name(),"This faction will disband in "..l-now.." seconds, because it has no parcels.") end if faction:has_permission(player, "diplomacy") then - for _ in pairs(faction.request_inbox) do minetest.chat_send_player(player:get_player_name(),"You have diplomatic request in the inbox.") break end + for _ in pairs(faction.request_inbox) do minetest.chat_send_player(player:get_player_name(),"You have diplomatic requests in the inbox.") break end end end end