mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 23:23:04 +08:00
Remove redundant empty switch section
This commit is contained in:
parent
29ba82ee44
commit
a7a3372a98
@ -214,9 +214,6 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
addText($"{activity.User?.PreviousUsername} has changed their username to ");
|
addText($"{activity.User?.PreviousUsername} has changed their username to ");
|
||||||
addUserLink();
|
addUserLink();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user