mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-13 06:03:59 +01:00
Force initial refresh on line trackers
This commit is contained in:
parent
39f0a02412
commit
80344c8503
@ -37,6 +37,7 @@ public abstract class LineTracker<T extends Viewer> {
|
||||
protected LineTracker() {
|
||||
this.viewers = new HashMap<>();
|
||||
this.iterableViewers = new DelegateViewers<>(viewers.values());
|
||||
setLineChanged(); // Force the initial refresh
|
||||
}
|
||||
|
||||
protected abstract BaseHologramLine getLine();
|
||||
|
Loading…
Reference in New Issue
Block a user