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

Fix multiple issues regarding saving / restoring games

This commit is contained in:
tobspr
2020-07-05 16:56:01 +02:00
parent 0b9b35b79e
commit 34ef26b289
12 changed files with 73 additions and 39 deletions

View File

@@ -81,6 +81,7 @@ export class MetaEnergyGenerator extends MetaBuilding {
layer: enumLayer.wires,
},
],
instantEject: true,
})
);
@@ -88,7 +89,7 @@ export class MetaEnergyGenerator extends MetaBuilding {
new EnergyGeneratorComponent({
// Set by the energy generator system later
requiredKey: null,
acceptorSlotIndex: 2,
wasteAcceptorSlotIndex: 2,
})
);