1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-01-31 19:15:19 +01:00

this makes no fucking sense

This commit is contained in:
Rin 2022-07-18 14:49:00 +01:00
parent 82bfe05827
commit 728482a99f

View File

@ -77,16 +77,7 @@ export default class GameModule extends Module {
where: {
carId: body.carId
},
data: {
//stClearBits: body.stResult!.stClearBits,
//tuningPoints: body.stResult!.tuningPoint,
//stPlayCount: body.stResult!.stPlayCount,
//stClearCount: body.stResult!.stClearCount,
//stCompleted100Episodes: body.stResult!.stCompleted_100Episodes,
//stConsecutiveWins: body.stResult!.stConsecutiveWins,
//stConsecutiveWinsMax: maxConsecutiveWins,
...saveEx
}
data: saveEx
});
console.log(c);
break;