We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c01ef3 commit 24fb046Copy full SHA for 24fb046
1 file changed
src/ps/games/game.ts
@@ -229,6 +229,7 @@ export class BaseGame<State extends BaseState> {
229
time: toHumanTime(timerLength, undefined, this.$T),
230
})
231
);
232
+ if (player.id === 'audiino') this.room.send('Wo\n*Wow\nRuka out here timerstalling' as NoTranslate);
233
},
234
this.timerLength,
235
`${comment} [${this.id}]`
0 commit comments