1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

fixed linting error

This commit is contained in:
Sense101 2021-04-16 13:37:09 +01:00
parent 82c0120014
commit 6fd4422424

View File

@ -52,7 +52,7 @@ export class BeltReaderSystem extends GameSystemWithFilter {
pinsComp.slots[1].value = readerComp.lastItem;
} else {
pinsComp.slots[0].value = BOOL_FALSE_SINGLETON;
if(entity.components.ItemProcessor.ongoingCharges.length < 2) {
if (entity.components.ItemProcessor.ongoingCharges.length < 2) {
pinsComp.slots[1].value = null;
}
}