mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove verbatim string
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user