/f warunclaimall now actually sends a message on success.

This commit is contained in:
ProSavage
2018-07-26 18:17:24 -05:00
parent e844dd9668
commit afc4dbf9b8
2 changed files with 4 additions and 0 deletions

View File

@@ -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()));
}