mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove redundant string interpolation
This commit is contained in:
@ -470,7 +470,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
protected void ApplyResult(Action<JudgementResult> application)
|
||||
{
|
||||
if (Result.HasResult)
|
||||
throw new InvalidOperationException($"Cannot apply result on a hitobject that already has a result.");
|
||||
throw new InvalidOperationException("Cannot apply result on a hitobject that already has a result.");
|
||||
|
||||
application?.Invoke(Result);
|
||||
|
||||
|
Reference in New Issue
Block a user