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

fix belt cloning bug
pull/60/head
tobspr 4 years ago committed by GitHub
commit 21aa54c0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save