From 5e3de4e0afde13e9062cc2f1099d473d5b1ba4ad Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Thu, 18 Oct 2018 00:32:26 -0500 Subject: [PATCH] Grammer fix. --- factions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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