1
0
mirror of synced 2025-01-22 11:23:40 +01:00

fix stupid moment code

This commit is contained in:
Shiroi Kitsu 2023-01-24 18:11:54 +07:00
parent 375b2d0922
commit 8080b7d068

View File

@ -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