mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-06 01:02:09 -08:00
Merge pull request #58 from Dimava/bugfix/belt-copy
fix belt cloning bug
This commit is contained in:
commit
21aa54c0af
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export class ItemEjectorComponent extends Component {
|
|||
|
||||
return new ItemEjectorComponent({
|
||||
slots: slotsCopy,
|
||||
instantEject: false,
|
||||
instantEject: this.instantEject,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue