Add claim limit override for admin claiming
This commit is contained in:
parent
d1d366dcf8
commit
fe92633802
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user