Skip to content

Commit

Permalink
Fixed issue where LevelInfo was not properly set for normal contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
LennardF1989 authored and RDIL committed Mar 19, 2023
1 parent 84fbce1 commit 168aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scoreHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export async function missionEnd(
if (masteryData) {
maxLevel = masteryData.MaxLevel || DEFAULT_MASTERY_MAXLEVEL

Array.from({ length: maxLevel }, (_, i) => {
locationLevelInfo = Array.from({ length: maxLevel }, (_, i) => {
return xpRequiredForLevel(i + 1)
})
}
Expand Down

0 comments on commit 168aee0

Please sign in to comment.