1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 07:07:18 +08:00

Remove verbatim string

This commit is contained in:
smoogipoo 2021-09-30 12:03:34 +09:00
parent 18ab6747f7
commit ea30445efc

View File

@ -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);
}