mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 02:22:59 +08:00
Remove Console.WriteLine
usage
This commit is contained in:
parent
33992e11e0
commit
79d723172a
@ -89,10 +89,10 @@ namespace osu.Desktop.LegacyIpc
|
||||
{
|
||||
return new LegacyIpcDifficultyCalculationResponse();
|
||||
}
|
||||
}
|
||||
|
||||
Console.WriteLine("Type not matched.");
|
||||
return null;
|
||||
default:
|
||||
throw new ArgumentException($"Unsupported message type {message}");
|
||||
}
|
||||
}
|
||||
|
||||
private static Ruleset getLegacyRulesetFromID(int rulesetId)
|
||||
|
Loading…
Reference in New Issue
Block a user