diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java index 98559480..09afbd79 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java @@ -95,7 +95,7 @@ public class CosmeticCommand implements CommandExecutor { return true; } Cosmetic cosmetic; - Color color = Color.WHITE; + Color color = null; if (sender instanceof Player) player = ((Player) sender).getPlayer(); if (sender.hasPermission("hmccosmetics.cmd.apply.other")) {