1
0
mirror of synced 2025-01-19 16:38:41 +01:00

Update game.ts

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

View File

@ -799,7 +799,7 @@ export default class GameModule extends Module {
// Saving normal ghost and crown ghost trail
let crownBattles: boolean = false;
if(body.time === null || body.time === undefined || body.time === 0){
if(body.driveData === null || body.driveData === undefined){
crownBattles = true;
}