From 454bbe6a66fa257a776aef4f9de3ec3667f1d88e Mon Sep 17 00:00:00 2001 From: ghkkk090 <108461408+ghkkk090@users.noreply.github.com> Date: Mon, 8 Aug 2022 09:36:20 +0700 Subject: [PATCH] Update game.ts --- src/modules/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/game.ts b/src/modules/game.ts index a938766..d1d73fa 100644 --- a/src/modules/game.ts +++ b/src/modules/game.ts @@ -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; }