(ui) better emotes icon

This commit is contained in:
kirillsaint 2024-02-09 15:44:47 +06:00
parent a6592db2de
commit 397407d25c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import java.util.ArrayList;
public class EmotesMod extends Mod {
public EmotesMod() {
super("Emotes", ModCategory.SETTINGS, "silentclient/icons/settings/emotes.png");
super("Emotes", ModCategory.SETTINGS, "silentclient/emotes/icons/default.png");
}
@Override