fixed a fixable unfixed problem
This commit is contained in:
@@ -119,6 +119,7 @@ class RelayEntity(blockPos: BlockPos, blockState: BlockState): SingleDeviceBlock
|
|||||||
sendQueuedPacket()
|
sendQueuedPacket()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
deviceNode.markChanged()
|
||||||
val cap = computeRelayCapacity()
|
val cap = computeRelayCapacity()
|
||||||
while(queue.size > cap) queue.removeLast()
|
while(queue.size > cap) queue.removeLast()
|
||||||
active = queue.isNotEmpty()
|
active = queue.isNotEmpty()
|
||||||
|
|||||||
Reference in New Issue
Block a user