mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Apply newline additions
This commit is contained in:
@ -176,6 +176,7 @@ namespace osu.Game.Overlays
|
||||
foreach (string id in user.ProfileOrder)
|
||||
{
|
||||
var sec = sections.FirstOrDefault(s => s.Identifier == id);
|
||||
|
||||
if (sec != null)
|
||||
{
|
||||
sec.User.Value = user;
|
||||
|
Reference in New Issue
Block a user