mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Remove redundant string interpolation
This commit is contained in:
parent
d7f9b8045c
commit
042c39ae1b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user