1
0
mirror of synced 2025-01-23 15:02:06 +01:00

change detection threshold

This commit is contained in:
Shiroi Kitsu 2023-07-27 09:57:03 +07:00
parent c93050092c
commit f47b6acaf2

View File

@ -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');