mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00:00
Remove verbatim string
This commit is contained in:
parent
18ab6747f7
commit
ea30445efc
@ -261,7 +261,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
hostAvatar.User = host.NewValue;
|
||||
hostText.Clear();
|
||||
|
||||
hostText.AddText(@"hosted by ");
|
||||
hostText.AddText("hosted by ");
|
||||
if (host.NewValue != null)
|
||||
hostText.AddUserLink(host.NewValue);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user