Fix click on hologram lines

This commit is contained in:
filoghost 2022-06-11 12:47:49 +02:00
parent 624d206086
commit da763ca8e9
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class APIItemHologramLine extends BaseItemHologramLine implements ItemHologramLi
checkNotDeleted();
this.clickListener = clickListener;
setChanged();
}
@Override

View File

@ -33,6 +33,7 @@ class APITextHologramLine extends BaseTextHologramLine implements TextHologramLi
checkNotDeleted();
this.clickListener = clickListener;
setChanged();
}
@Override