1
0
mirror of synced 2025-01-20 00:42:46 +01:00

Deltas are fixed

This commit is contained in:
Rin 2022-07-17 15:14:16 +01:00
parent cdf7f51ea1
commit 774070ec98

View File

@ -367,13 +367,13 @@ export default class GameModule extends Module {
wholeRanking: taRecordsOverall.map(a => a.time),
modelRanking: taRecordsForModel.map(a => a.time),
personalBestTime: taRecordPb.time,
pbSection1Time: taRecordPb.section1Time,
pbSection2Time: taRecordPb.section2Time,
pbSection3Time: taRecordPb.section3Time,
pbSection4Time: taRecordPb.section4Time,
pbSection5Time: taRecordPb.section5Time,
pbSection6Time: taRecordPb.section6Time,
pbSection7Time: taRecordPb.section7Time,
pbSection_1Time: taRecordPb.section1Time,
pbSection_2Time: taRecordPb.section2Time,
pbSection_3Time: taRecordPb.section3Time,
pbSection_4Time: taRecordPb.section4Time,
pbSection_5Time: taRecordPb.section5Time,
pbSection_6Time: taRecordPb.section6Time,
pbSection_7Time: taRecordPb.section7Time,
};
let resp = wm.wm.protobuf.LoadTimeAttackRecordResponse.encode(msg);
let end = resp.finish();