Skip to content

Commit

Permalink
Fix glowing color command
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 13, 2023
1 parent 13f84f2 commit 01a70bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/oliver/fancynpcs/commands/npc/NpcCMD.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class NpcCMD implements CommandExecutor, TabCompleter {
private final Subcommand displayNameCMD = new DisplayNameCMD();
private final Subcommand equipmentCMD = new EquipmentCMD();
private final Subcommand glowingCMD = new GlowingCMD();
private final Subcommand glowingColorCMD = new GlowingCMD();
private final Subcommand glowingColorCMD = new GlowingColorCMD();
private final Subcommand messageCMD = new MessageCMD();
private final Subcommand playerCommandCMD = new PlayerCommandCMD();
private final Subcommand serverCommandCMD = new ServerCommandCMD();
Expand Down

0 comments on commit 01a70bc

Please sign in to comment.