Skip to content

Commit

Permalink
fix error on blockEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
ibon eskudero committed Jun 12, 2023
1 parent cd983b6 commit ad0d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/blockEntity.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class BlockEntity extends BaseEntity {
group.userData.entities = [];
noBlocks.forEach( c => group.userData.entities.push( c ) );

merger.merge( group, true, true );
merger.merge( group );
}

//add blocks again
Expand Down

0 comments on commit ad0d87b

Please sign in to comment.