/f warunclaimall now actually sends a message on success.
This commit is contained in:
parent
e844dd9668
commit
afc4dbf9b8
@ -44,6 +44,9 @@ public class CmdWarunclaimall extends FCommand {
|
||||
Board.getInstance().unclaimAllInWorld(id, world);
|
||||
}
|
||||
|
||||
fme.msg(TL.COMMAND_WARUNCLAIMALL_SUCCESS);
|
||||
|
||||
|
||||
if (Conf.logLandUnclaims) {
|
||||
P.p.log(TL.COMMAND_WARUNCLAIMALL_LOG.format(fme.getName()));
|
||||
}
|
||||
|
@ -724,6 +724,7 @@ public enum TL {
|
||||
COMMAND_WARUNCLAIMALL_SUCCESS("<i>You unclaimed ALL war zone land."),
|
||||
COMMAND_WARUNCLAIMALL_LOG("%1$s unclaimed all war zones."),
|
||||
|
||||
|
||||
COMMAND_RULES_DISABLED_MSG("&cThis command is disabled!"),
|
||||
COMMAND_RULES_DESCRIPTION("set/remove/add rules!"),
|
||||
COMMAND_RULES_ADD_INVALIDARGS("Please include a rule!"),
|
||||
|
Loading…
Reference in New Issue
Block a user