We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470c0d8 commit 4202078Copy full SHA for 4202078
src/squadlist/squadlist.service.ts
@@ -8,13 +8,13 @@ export class SquadlistService {
8
SquadSlotList: [
9
{ PCId: 100000010 },
10
{ PCId: 100000011 },
11
- { PCId: 100000012 },
12
- { PCId: 100000013 },
13
- { PCId: 100000014 },
14
- { PCId: 100000015 },
15
- { PCId: 100000016 },
16
- { PCId: 100000017 },
17
- { PCId: 100000018 },
+ { PCId: 100000019 },
+ { PCId: /*100000013*/ 0 },
+ { PCId: /*100000014*/ 0 },
+ { PCId: /*100000015*/ 0 },
+ { PCId: /*100000016*/ 0 },
+ { PCId: /*100000017*/ 0 },
+ { PCId: /*100000018*/ 0 },
18
],
19
};
20
private readonly squadlist = {
0 commit comments