1
0
mirror of synced 2025-02-02 04:37:59 +01:00

Merge pull request #59 from shiroikitsu8/master

fix ocm wrong code :c
This commit is contained in:
Luna 2023-01-24 11:14:24 +00:00 committed by GitHub
commit 5062d725a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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