1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 10:59:23 +00:00

not sure where that came from

This commit is contained in:
Sense101 2021-06-27 15:24:10 +01:00
parent 1ce71e9f6f
commit 94a00e89ae

View File

@ -110,6 +110,6 @@ export class MetaReaderBuilding extends MetaBuilding {
})
);
entity.addComponent(new BeltReaderComponent({}));
entity.addComponent(new BeltReaderComponent());
}
}