From f47b6acaf253bcfd970b6fb161473e732f39ceaa Mon Sep 17 00:00:00 2001 From: Shiroi Kitsu <108461408+shiroikitsu8@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:57:03 +0700 Subject: [PATCH] change detection threshold --- src/modules/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/game.ts b/src/modules/game.ts index 0f1fb1e..811135a 100644 --- a/src/modules/game.ts +++ b/src/modules/game.ts @@ -257,7 +257,7 @@ export default class GameModule extends Module { { let timestamp = body.playedAt - body.timestamp; - if(timestamp <= 120) + if(timestamp <= 30) { console.log('Crown Force Finish Detected');