From 8080b7d068f3f7880d22efa1310aa1a3e3a6f6c0 Mon Sep 17 00:00:00 2001 From: Shiroi Kitsu <108461408+shiroikitsu8@users.noreply.github.com> Date: Tue, 24 Jan 2023 18:11:54 +0700 Subject: [PATCH] fix stupid moment code --- src/modules/ghost.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/ghost.ts b/src/modules/ghost.ts index 545eac4..129286c 100644 --- a/src/modules/ghost.ts +++ b/src/modules/ghost.ts @@ -747,11 +747,11 @@ export default class GhostModule extends Module { // Response data let msg = { carId: pCarId, - area: 18, - ramp: 37, - path: 56, + area: pArea, + ramp: rampVal, + path: pathVal, playedAt: playedAt, - trail: new Uint8Array([1, 2, 3, 4]) + trail: ghostTrail }; // Encode the response