forked from 2009Scape/Server
Formatting, wording
This commit is contained in:
parent
6a8cdc8285
commit
c8a90c39cc
3 changed files with 2 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue