1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix wire splitter

This commit is contained in:
tobspr
2020-07-06 22:22:24 +02:00
parent 1f438e8c65
commit 40674ef0d7

View File

@@ -65,6 +65,7 @@ export class MetaWireCrossingsBuilding extends MetaBuilding {
entity.addComponent(
new ItemEjectorComponent({
slots: [], // set later
instantEject: true,
})
);
}