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

Commit 4c80ade

Browse files
author
Svenja Reissaus
committed
Fixed #34 disabled banner alert
1 parent 7babd6c commit 4c80ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/massivecraft/factions/cmd/CmdBanner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CmdBanner() {
3232
@Override
3333
public void perform() {
3434
if (!P.p.getConfig().getBoolean("fbanners.Enabled")) {
35-
35+
msg(TL.COMMAND_BANNER_DISABLED);
3636
return;
3737
}
3838
if (!fme.hasMoney(P.p.getConfig().getInt("fbanners.Banner-Cost", 5000))) {

0 commit comments

Comments
 (0)