Skip to content

Commit 8bb6505

Browse files
author
david
committed
fixed filed name
1 parent 7a3b8ed commit 8bb6505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/onelitefeather/bettergopaint/command/GoPaintCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public boolean execute(
4848
return false;
4949
}
5050
PlayerBrush pb = BetterGoPaint.getBrushManager().getPlayerBrush(p);
51-
String prefix = Settings.settings().generic.PREFIX;
51+
String prefix = Settings.settings().GENERIC.PREFIX;
5252
if (!p.hasPermission("bettergopaint.use")) {
5353
p.sendMessage(MiniMessage.miniMessage().deserialize(prefix + "<red>You are lacking the permission bettergopaint" +
5454
".use"));

0 commit comments

Comments
 (0)