fixed a fixable unfixed problem

This commit is contained in:
2026-04-28 21:14:16 +03:00
parent 740318c020
commit 9a733e0a81

View File

@@ -119,6 +119,7 @@ class RelayEntity(blockPos: BlockPos, blockState: BlockState): SingleDeviceBlock
sendQueuedPacket()
}
}
deviceNode.markChanged()
val cap = computeRelayCapacity()
while(queue.size > cap) queue.removeLast()
active = queue.isNotEmpty()