mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 04:13:38 +08:00
Don't convert 100s/50s for catch
This commit is contained in:
@@ -79,7 +79,6 @@ namespace osu.Game.Scoring.Legacy
|
||||
{
|
||||
case 0:
|
||||
case 1:
|
||||
case 2:
|
||||
Statistics[HitResult.Good] = value;
|
||||
break;
|
||||
case 3:
|
||||
@@ -101,7 +100,6 @@ namespace osu.Game.Scoring.Legacy
|
||||
switch (Ruleset?.ID ?? RulesetID)
|
||||
{
|
||||
case 0:
|
||||
case 2:
|
||||
case 3:
|
||||
Statistics[HitResult.Meh] = value;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user