Skip to content

Commit

Permalink
important lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonian committed Dec 23, 2022
1 parent e3d5050 commit f2209d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.9.31: December 22 v2';
export const version = '2.9.32: December 23 v1';

/**
* PSEUDO DO NOT CHANGE THIS LINE
Expand Down
2 changes: 1 addition & 1 deletion src/SingularityChallenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class SingularityChallenge {
updateVal += 1
}

this.completions = updateVal
this.completions = Math.min(this.maxCompletions, updateVal)
}

public challengeEntryHandler() {
Expand Down

0 comments on commit f2209d9

Please sign in to comment.