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

@@ -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;
}
}