From 0add6f57c9005411791ff480da9fab31d796cb9a Mon Sep 17 00:00:00 2001
From: ghkkk090 <kyuubinamikaze8@gmail.com>
Date: Sun, 11 Sep 2022 16:33:45 +0700
Subject: [PATCH] ghost level saving

---
 src/modules/game.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/game.ts b/src/modules/game.ts
index 73a00ec..1a1d030 100644
--- a/src/modules/game.ts
+++ b/src/modules/game.ts
@@ -173,6 +173,7 @@ export default class GameModule extends Module {
 					windowSticker: body.car!.windowSticker!,
 					lastPlayedAt: timestamps,
 					regionId: body.car!.regionId!,
+					ghostLevel: body.car!.ghostLevel!,
 					rgStamp: common.sanitizeInputNotZero(body.rgResult?.rgStamp),
 					stampSheetCount: common.sanitizeInputNotZero(body.rgResult?.stampSheetCount)
 				}