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:
@@ -29,7 +29,9 @@ export class SavegameInterface_V1002 extends SavegameInterface_V1001 {
|
||||
const entity = entities[i];
|
||||
const beltComp = entity.components.Belt;
|
||||
const ejectorComp = entity.components.ItemEjector;
|
||||
|
||||
if (beltComp && ejectorComp) {
|
||||
// @ts-ignore
|
||||
ejectorComp.instantEject = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user