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:
@@ -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,
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user