Fix initial TA challenges

This commit is contained in:
Tau
2019-04-22 00:34:57 -04:00
parent b4b09ba2c4
commit 690f498819

View File

@@ -13,6 +13,9 @@ export function loadProfile2(res: LoadProfileResponse2) {
//buf.fill(0xff, 0x0000, 0x08f4);
//buf.fill(0xff, 0x0c20, 0x0c2a);
// Initialize all TA grades to Bronze
buf.fill(4, 0x0680, 0x06a0);
for (const score of res.timeAttack) {
const { courseId } = score;