1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-01 02:27:22 +01:00

Update game.ts

This commit is contained in:
ghkkk090 2022-08-09 10:23:00 +07:00 committed by GitHub
parent a05f0ca34c
commit 3af1e12a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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