Fix not sending frame to client when they start observing a projector that's not changing.
This commit is contained in:
@@ -167,7 +167,7 @@ public final class ProjectorBlockEntity extends ModBlockEntity implements Tickab
|
||||
updateProjectorState();
|
||||
}
|
||||
|
||||
if (!projectorDevice.hasChanges()) {
|
||||
if (!projectorDevice.hasChanges() && !needsIDR) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user