Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit afc4dbf

Browse files
committed
/f warunclaimall now actually sends a message on success.
1 parent e844dd9 commit afc4dbf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/java/com/massivecraft/factions/cmd/CmdWarunclaimall.java

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public void perform() {
4444
Board.getInstance().unclaimAllInWorld(id, world);
4545
}
4646

47+
fme.msg(TL.COMMAND_WARUNCLAIMALL_SUCCESS);
48+
49+
4750
if (Conf.logLandUnclaims) {
4851
P.p.log(TL.COMMAND_WARUNCLAIMALL_LOG.format(fme.getName()));
4952
}

src/main/java/com/massivecraft/factions/zcore/util/TL.java

+1
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ public enum TL {
724724
COMMAND_WARUNCLAIMALL_SUCCESS("<i>You unclaimed ALL war zone land."),
725725
COMMAND_WARUNCLAIMALL_LOG("%1$s unclaimed all war zones."),
726726

727+
727728
COMMAND_RULES_DISABLED_MSG("&cThis command is disabled!"),
728729
COMMAND_RULES_DESCRIPTION("set/remove/add rules!"),
729730
COMMAND_RULES_ADD_INVALIDARGS("Please include a rule!"),

0 commit comments

Comments
 (0)