Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Fixed #34 disabled banner alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenja Reissaus committed Aug 5, 2018
1 parent 7babd6c commit 4c80ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/massivecraft/factions/cmd/CmdBanner.java
Expand Up @@ -32,7 +32,7 @@ public CmdBanner() {
@Override
public void perform() {
if (!P.p.getConfig().getBoolean("fbanners.Enabled")) {

msg(TL.COMMAND_BANNER_DISABLED);
return;
}
if (!fme.hasMoney(P.p.getConfig().getInt("fbanners.Banner-Cost", 5000))) {
Expand Down

0 comments on commit 4c80ade

Please sign in to comment.