mirror of
https://github.com/osukey/osukey.git
synced 2025-06-13 23:38:02 +09: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();
|
return new LegacyIpcDifficultyCalculationResponse();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Console.WriteLine("Type not matched.");
|
default:
|
||||||
return null;
|
throw new ArgumentException($"Unsupported message type {message}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Ruleset getLegacyRulesetFromID(int rulesetId)
|
private static Ruleset getLegacyRulesetFromID(int rulesetId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user