We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c3084 commit 2a25224Copy full SHA for 2a25224
3 files changed
src/ps/games/scrabble/meta.ts
@@ -20,7 +20,7 @@ export const meta: Meta = {
20
data: ScrabbleModData,
21
},
22
23
- autostart: false,
+ autostart: true,
24
pokeTimer: fromHumanTime('1 min'),
25
timer: fromHumanTime('5 min'),
26
src/ps/games/snakesladders/meta.ts
@@ -13,7 +13,7 @@ export const meta: Meta = {
13
minSize: 2,
14
maxSize: 4,
15
16
17
pokeTimer: fromHumanTime('30 sec'),
18
timer: fromHumanTime('45 sec'),
19
src/ps/games/splendor/meta.ts
@@ -11,7 +11,7 @@ export const meta: Meta = {
11
12
timer: fromHumanTime('2 min'),
0 commit comments