mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 04:19:28 +00:00
fix: default color being white
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user