Skip to content

Commit 32240d1

Browse files
committed
wip
1 parent 4100387 commit 32240d1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/matches/match-relay/match-relay.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,9 @@ export class MatchRelayService {
209209

210210
if (broadcast[0] == null) {
211211
broadcast[0] = {};
212-
}
213-
if (!broadcast[0].start) {
214212
broadcast[0].start = {};
215213
}
216214

217-
// Start fragments are always stored at index 0
218-
// Store the original fragment number in signup_fragment
219215
broadcast[0].start.signup_fragment = fragmentIndex;
220216
fragmentIndex = 0;
221217
} else {

0 commit comments

Comments
 (0)