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

Remove instant eject flag

This commit is contained in:
tobspr
2020-08-10 20:32:45 +02:00
parent b3b8da04a1
commit 89294c7072
5 changed files with 9 additions and 19 deletions

View File

@@ -77,7 +77,6 @@ export class MetaEnergyGenerator extends MetaBuilding {
layer: enumLayer.wires,
},
],
instantEject: true,
})
);

View File

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