feat(favorite/item): bug notice
This commit is contained in:
parent
5f32720617
commit
9b6e7e0f8e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class FavoriteAppearanceEntryItem {
|
|||
return ItemDefaults.getErrorSkullItem(playerLanguage, LanguageKey.GUI.Favorites.ENTRY, "N/A", "N/A");
|
||||
}
|
||||
}, (click) -> {
|
||||
System.out.println("there's a click folks!");
|
||||
// TODO (Ineanto, 30/06/2025): Doesn't work for some obscure reason.
|
||||
final ClickType clickType = click.getClickType();
|
||||
|
||||
if (clickType.isLeftClick() || clickType.isRightClick()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue