mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-04 18:02:24 +01:00
Do not update placeholders if there's no one viewing them
This commit is contained in:
parent
dccafdc839
commit
e25c2aca40
@ -54,7 +54,7 @@ public abstract class LineTracker<T extends Viewer> {
|
||||
sendChangesPackets = true;
|
||||
}
|
||||
|
||||
if (updatePlaceholders()) {
|
||||
if (hasViewers() && updatePlaceholders()) {
|
||||
sendChangesPackets = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user