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:
@@ -77,7 +77,6 @@ export class MetaEnergyGenerator extends MetaBuilding {
|
||||
layer: enumLayer.wires,
|
||||
},
|
||||
],
|
||||
instantEject: true,
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@ export class MetaWireCrossingsBuilding extends MetaBuilding {
|
||||
entity.addComponent(
|
||||
new ItemEjectorComponent({
|
||||
slots: [], // set later
|
||||
instantEject: true,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user