From 6e3bddd018087f0e941627e44f9f8cfbcfd9a215 Mon Sep 17 00:00:00 2001 From: ghkkk090 <108461408+ghkkk090@users.noreply.github.com> Date: Sun, 31 Jul 2022 12:15:42 +0700 Subject: [PATCH] fix crown ghost saving bug --- 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 5faf734..c21d6dc 100644 --- a/src/modules/game.ts +++ b/src/modules/game.ts @@ -2604,7 +2604,7 @@ export default class GameModule extends Module { area: pArea, ramp: rampVal, path: pathVal, - playedAt: ghost_trails!.playedAt, + playedAt: 0, trail: trails }; }