Skip to content

Commit 4202078

Browse files
committed
6人以上の編成をやめる
1 parent 470c0d8 commit 4202078

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/squadlist/squadlist.service.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export class SquadlistService {
88
SquadSlotList: [
99
{ PCId: 100000010 },
1010
{ PCId: 100000011 },
11-
{ PCId: 100000012 },
12-
{ PCId: 100000013 },
13-
{ PCId: 100000014 },
14-
{ PCId: 100000015 },
15-
{ PCId: 100000016 },
16-
{ PCId: 100000017 },
17-
{ PCId: 100000018 },
11+
{ PCId: 100000019 },
12+
{ PCId: /*100000013*/ 0 },
13+
{ PCId: /*100000014*/ 0 },
14+
{ PCId: /*100000015*/ 0 },
15+
{ PCId: /*100000016*/ 0 },
16+
{ PCId: /*100000017*/ 0 },
17+
{ PCId: /*100000018*/ 0 },
1818
],
1919
};
2020
private readonly squadlist = {

0 commit comments

Comments
 (0)