Skip to content

Commit

Permalink
fix: change std graph type for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Jun 4, 2023
1 parent 82b08ca commit 841f0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Entities/BeatmapPpData/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class BeatmapPPData extends AbstractEntity {

switch (strains.mode) {
case 0:
resultStrains.push(...strains.aimNoSliders);
resultStrains.push(...strains.aim);
break;
case 1:
resultStrains.push(...strains.color);
Expand Down

0 comments on commit 841f0bd

Please sign in to comment.