mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-22 10:25:41 +01:00
Fix click on hologram lines
This commit is contained in:
parent
624d206086
commit
da763ca8e9
@ -56,6 +56,7 @@ class APIItemHologramLine extends BaseItemHologramLine implements ItemHologramLi
|
||||
checkNotDeleted();
|
||||
|
||||
this.clickListener = clickListener;
|
||||
setChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -33,6 +33,7 @@ class APITextHologramLine extends BaseTextHologramLine implements TextHologramLi
|
||||
checkNotDeleted();
|
||||
|
||||
this.clickListener = clickListener;
|
||||
setChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user