diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java index ea0d8a39..a1eda75a 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/emotes/EmoteManager.java @@ -18,7 +18,7 @@ import java.util.Set; */ @SuppressWarnings("SpellCheckingInspection") public class EmoteManager { - private static final @NotNull Map<@NotNull String, @NotNull String> emotes = new HashMap<>(); + private static final @NotNull Map emotes = new HashMap<>(); /** * Loads all BlockBench animations from the emotes folder and puts it into the animation manager registry and local registry