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:
parent
effc9514bb
commit
f2d49bc2eb
@ -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]
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user