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
commit 21aa54c0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
});
}