Grammer fix.

This commit is contained in:
Coder12a 2018-10-18 00:32:26 -05:00
parent 01e16d70e3
commit 5e3de4e0af
1 changed files with 1 additions and 1 deletions

View File

@ -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