Skip to content

Commit

Permalink
Fix m14 to show right amount of points in the scoresheet (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolGame8 authored Dec 13, 2024
1 parent 26e4bce commit 94dd0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/season/src/lib/data/scoresheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const scoresheet: ScoresheetSchema = {
points += 20;
break;
case 2:
points += 10;
points += 30;
break;
default:
break;
Expand Down

0 comments on commit 94dd0a4

Please sign in to comment.