mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix reader throughput
This commit is contained in:
@@ -48,7 +48,7 @@ export class BeltReaderSystem extends GameSystemWithFilter {
|
|||||||
throughput = 1 / (averageSpacing / averageSpacingNum);
|
throughput = 1 / (averageSpacing / averageSpacingNum);
|
||||||
}
|
}
|
||||||
|
|
||||||
readerComp.lastThroughput = throughput;
|
readerComp.lastThroughput = Math.min(30, throughput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user