Fix reader throughput

pull/680/head
tobspr 4 years ago
parent ad3be750fc
commit 0ca623f24e

@ -48,7 +48,7 @@ export class BeltReaderSystem extends GameSystemWithFilter {
throughput = 1 / (averageSpacing / averageSpacingNum);
}
readerComp.lastThroughput = throughput;
readerComp.lastThroughput = Math.min(30, throughput);
}
}
}

Loading…
Cancel
Save