1
0
mirror of synced 2024-11-12 01:10:47 +01:00

Update game.ts

This commit is contained in:
ghkkk090 2022-08-08 09:41:52 +07:00 committed by GitHub
parent 454bbe6a66
commit b0f697471d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2960,7 +2960,7 @@ export default class GameModule extends Module {
playedAt: 'desc'
}
});
playedAt = time!.playedAt;
playedAt = time!.playedAt - 172800;
ghostTrail = ghost_trails!.trail;
}
else{