fix stupid moment code
This commit is contained in:
parent
375b2d0922
commit
8080b7d068
@ -747,11 +747,11 @@ export default class GhostModule extends Module {
|
|||||||
// Response data
|
// Response data
|
||||||
let msg = {
|
let msg = {
|
||||||
carId: pCarId,
|
carId: pCarId,
|
||||||
area: 18,
|
area: pArea,
|
||||||
ramp: 37,
|
ramp: rampVal,
|
||||||
path: 56,
|
path: pathVal,
|
||||||
playedAt: playedAt,
|
playedAt: playedAt,
|
||||||
trail: new Uint8Array([1, 2, 3, 4])
|
trail: ghostTrail
|
||||||
};
|
};
|
||||||
|
|
||||||
// Encode the response
|
// Encode the response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user