mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 04:19:28 +00:00
upapply to unapply (also previous commit)
This commit is contained in:
@@ -48,9 +48,9 @@ public class CosmeticCommandTabComplete implements TabCompleter {
|
||||
case "apply" -> {
|
||||
completions.addAll(applyCommandComplete(user, args));
|
||||
}
|
||||
case "upapply" -> {
|
||||
case "unapply" -> {
|
||||
for (CosmeticSlot slot : CosmeticSlot.values()) {
|
||||
completions.add(slot.toString());
|
||||
completions.add(slot.toString().toUpperCase());
|
||||
}
|
||||
}
|
||||
case "menu" -> {
|
||||
|
||||
Reference in New Issue
Block a user