no like REALLY, save TA records this time
This commit is contained in:
parent
cfe4e6798c
commit
d588a1a479
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user