1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

fix belt cloning bug

This commit is contained in:
Dimava 2020-06-01 12:45:59 +03:00
parent 72feaa89e1
commit 6c349479cf

View File

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