fix belt cloning bug

This commit is contained in:
Dimava 2020-06-01 12:45:59 +03:00
parent 72feaa89e1
commit 6c349479cf
1 changed files with 1 additions and 1 deletions

View File

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