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

Merge pull request #58 from Dimava/bugfix/belt-copy

fix belt cloning bug
This commit is contained in:
tobspr
2020-06-01 12:08:23 +02:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ export class ItemEjectorComponent extends Component {
return new ItemEjectorComponent({
slots: slotsCopy,
instantEject: false,
instantEject: this.instantEject,
});
}