Add claim limit override for admin claiming

This commit is contained in:
AlexTheCoder 2016-07-30 16:49:39 -04:00
parent d1d366dcf8
commit fe92633802
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ public class ClansAdmin
if (clientClan.getClaims() >= clientClan.getClaimsMax())
{
UtilPlayer.message(caller, F.main("Clans Admin", "Your Clan cannot claim more Territory."));
UtilPlayer.message(caller, F.main("Clans Admin", "You have claimed for that clan past their normal limit."));
return;
}