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:
parent
72feaa89e1
commit
6c349479cf
@ -44,7 +44,7 @@ export class ItemEjectorComponent extends Component {
|
|||||||
|
|
||||||
return new ItemEjectorComponent({
|
return new ItemEjectorComponent({
|
||||||
slots: slotsCopy,
|
slots: slotsCopy,
|
||||||
instantEject: false,
|
instantEject: this.instantEject,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user