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!;
|
||||
}
|
||||
if(body?.playedAt !== null || body?.playedAt !== undefined){
|
||||
body!.playedAt = body?.playedAt!;
|
||||
saveExCrown.playedAt = body?.playedAt!;
|
||||
}
|
||||
saveExCrown.tunePower = body.car!.tunePower!;
|
||||
saveExCrown.tuneHandling = body.car!.tuneHandling!;
|
||||
@ -946,7 +946,8 @@ export default class GameModule extends Module {
|
||||
},
|
||||
data: {
|
||||
ramp: saveEx.ramp,
|
||||
path: saveEx.path
|
||||
path: saveEx.path,
|
||||
playedAt: saveEx.playedAt
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user