mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-08 06:03:52 +09:00
5分
This commit is contained in:
@ -126,8 +126,8 @@ export default class extends Module {
|
||||
|
||||
if (game == null) return;
|
||||
|
||||
// ゲーム開始から3分以上経過していたら
|
||||
if (Date.now() - game.startedAt >= 1000 * 60 * 3) {
|
||||
// ゲーム開始から5分以上経過していたら
|
||||
if (Date.now() - game.startedAt >= 1000 * 60 * 5) {
|
||||
this.finish(game);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user