1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix item processors not working

This commit is contained in:
Tobias Springer 2020-05-09 17:22:27 +02:00
parent effc9514bb
commit f2d49bc2eb

View File

@ -319,7 +319,7 @@ export class HubGoals extends BasicSerializableObject {
case enumItemProcessorTypes.painter:
return (
(1 / globalConfig.beltSpeedItemsPerSecond) *
this.upgradeImprovements.processor *
this.upgradeImprovements.processors *
globalConfig.buildingSpeeds[processorType]
);