Skip to content

Commit

Permalink
Fix incorrect type used for sequence number
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Jan 22, 2025
1 parent ef95838 commit e720d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/editor/multiplayer/MultiplayerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class MultiplayerClient extends Component {
}

#latestAckVersion = 0;
#latestSequenceNumber = -1;
#latestSequenceNumber = '';

buffer: string[] = [];

Expand Down

0 comments on commit e720d6a

Please sign in to comment.