1
0
mirror of synced 2025-02-20 20:41:19 +01:00

Update game.ts

This commit is contained in:
ghkkk090 2022-08-09 10:54:09 +07:00 committed by GitHub
parent 7aac3c9015
commit 7959163c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2985,11 +2985,12 @@ export default class GameModule extends Module {
}
});
if(time!.playedAt !== 0)
if(time!.playedAt !== 0 && time!.playedAt >= 1659805200)
{
playedAt = time!.playedAt - 172800;
}
else if(time!.playedAt === 0 || time!.playedAt < 1659805200){
else if(time!.playedAt === 0 || time!.playedAt < 1659805200)
{
playedAt = 1659805200;
}
ghostTrail = ghost_trails!.trail;