Formatting, wording

This commit is contained in:
RedSparr0w 2019-09-22 00:36:13 +12:00
parent 6a8cdc8285
commit c8a90c39cc
3 changed files with 2 additions and 4 deletions

View file

@ -53,7 +53,7 @@ public class PerkCommandPlugin extends CommandPlugin {
case "charmcollector":
case "charm":
if (!player.hasPerk(Perks.CHARM_COLLECTOR) && !player.isAdmin()) {
player.sendMessage("You do not own the coin machine perk.");
player.sendMessage("You do not own the charm collector perk.");
return false;
}
boolean charm = player.getGlobalData().isEnableCoinMachine();