1
0
mirror of synced 2025-02-20 20:41:19 +01:00

no like REALLY, save TA records this time

This commit is contained in:
Rin 2022-07-16 23:10:37 +01:00
parent cfe4e6798c
commit d588a1a479

View File

@ -332,6 +332,8 @@ export default class GameModule extends Module {
if (!taRecordPb) {
let msg = {
error: wm.wm.protobuf.ErrorCode.ERR_SUCCESS,
wholeRanking: taRecordsOverall.map(a => a.time),
modelRanking: taRecordsForModel.map(a => a.time)
};
let resp = wm.wm.protobuf.LoadTimeAttackRecordResponse.encode(msg);
let end = resp.finish();