Skip to content

Commit f2209d9

Browse files
committed
important lmao
1 parent e3d5050 commit f2209d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.9.31: December 22 v2';
1+
export const version = '2.9.32: December 23 v1';
22

33
/**
44
* PSEUDO DO NOT CHANGE THIS LINE

src/SingularityChallenges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class SingularityChallenge {
6262
updateVal += 1
6363
}
6464

65-
this.completions = updateVal
65+
this.completions = Math.min(this.maxCompletions, updateVal)
6666
}
6767

6868
public challengeEntryHandler() {

0 commit comments

Comments
 (0)