9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-06 15:51:50 +00:00

Improvements to Window Item packets (stops certain flickering)

This commit is contained in:
LoJoSho
2022-12-30 21:21:24 -06:00
parent aff29d6ab6
commit 19ba592603
4 changed files with 30 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ public class CosmeticCommandTabComplete implements TabCompleter {
}
case "upapply" -> {
for (CosmeticSlot slot : CosmeticSlot.values()) {
completions.add(slot.name());
completions.add(slot.toString());
}
}
case "menu" -> {