Tweak delete message

This commit is contained in:
Jesse Boyd 2016-11-09 00:13:46 +11:00
parent 1d7cdde84a
commit 17762f5ae7
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class Delete extends SubCommand {
sendMessage(player, C.ADDED_BALANCE, String.valueOf(value));
}
}
MainUtil.sendMessage(player, C.CLEARING_DONE, System.currentTimeMillis() - start);
MainUtil.sendMessage(player, C.DELETING_DONE, System.currentTimeMillis() - start);
}
});
if (result) {

View File

@ -595,6 +595,7 @@ public enum C {
*/
CLEARING_PLOT("$2Clearing plot async.", "Working"),
CLEARING_DONE("$4Clear completed! Took %sms.", "Working"),
DELETING_DONE("$4Delete completed! Took %sms.", "Working"),
/*
* Claiming
*/