Update game.ts
This commit is contained in:
parent
b0f697471d
commit
fd51a92f08
@ -372,7 +372,7 @@ export default class GameModule extends Module {
|
|||||||
saveExCrown.path = body.rgResult?.path!;
|
saveExCrown.path = body.rgResult?.path!;
|
||||||
}
|
}
|
||||||
if(body?.playedAt !== null || body?.playedAt !== undefined){
|
if(body?.playedAt !== null || body?.playedAt !== undefined){
|
||||||
body!.playedAt = body?.playedAt!;
|
saveExCrown.playedAt = body?.playedAt!;
|
||||||
}
|
}
|
||||||
saveExCrown.tunePower = body.car!.tunePower!;
|
saveExCrown.tunePower = body.car!.tunePower!;
|
||||||
saveExCrown.tuneHandling = body.car!.tuneHandling!;
|
saveExCrown.tuneHandling = body.car!.tuneHandling!;
|
||||||
@ -946,7 +946,8 @@ export default class GameModule extends Module {
|
|||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
ramp: saveEx.ramp,
|
ramp: saveEx.ramp,
|
||||||
path: saveEx.path
|
path: saveEx.path,
|
||||||
|
playedAt: saveEx.playedAt
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user