TL References Properly to Generic_Disabled

This commit is contained in:
Driftay
2019-12-03 05:16:37 -05:00
parent 0a60a581f5
commit ca9502a4b6
16 changed files with 16 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ public class CmdPaypalSet extends FCommand {
@Override
public void perform(CommandContext context) {
if (!FactionsPlugin.getInstance().getConfig().getBoolean("fpaypal.Enabled")) {
context.fPlayer.msg(TL.GENERIC_DISABLED);
context.fPlayer.msg(TL.GENERIC_DISABLED, "Faction Paypals");
return;
}
if (context.fPlayer.getRole() != Role.LEADER && !context.fPlayer.isAdminBypassing()) {