Skip to content

Commit 2a25224

Browse files
committed
games: Let multiplayer games autostart
1 parent a3c3084 commit 2a25224

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ps/games/scrabble/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const meta: Meta = {
2020
data: ScrabbleModData,
2121
},
2222

23-
autostart: false,
23+
autostart: true,
2424
pokeTimer: fromHumanTime('1 min'),
2525
timer: fromHumanTime('5 min'),
2626

src/ps/games/snakesladders/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const meta: Meta = {
1313
minSize: 2,
1414
maxSize: 4,
1515

16-
autostart: false,
16+
autostart: true,
1717
pokeTimer: fromHumanTime('30 sec'),
1818
timer: fromHumanTime('45 sec'),
1919

src/ps/games/splendor/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const meta: Meta = {
1111
minSize: 2,
1212
maxSize: 4,
1313

14-
autostart: false,
14+
autostart: true,
1515
pokeTimer: fromHumanTime('1 min'),
1616
timer: fromHumanTime('2 min'),
1717

0 commit comments

Comments
 (0)