Fix not sending frame to client when they start observing a projector that's not changing.

This commit is contained in:
Florian Nücke
2022-02-03 21:58:26 +01:00
parent c1679223bd
commit 04ee0bc582

View File

@@ -167,7 +167,7 @@ public final class ProjectorBlockEntity extends ModBlockEntity implements Tickab
updateProjectorState();
}
if (!projectorDevice.hasChanges()) {
if (!projectorDevice.hasChanges() && !needsIDR) {
return;
}