Force initial refresh on line trackers

This commit is contained in:
filoghost 2022-11-13 23:54:30 +01:00
parent 39f0a02412
commit 80344c8503
1 changed files with 1 additions and 0 deletions

View File

@ -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();