1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

quality: remove redundant Status override

This commit is contained in:
tsrk 2023-02-06 00:56:11 +00:00
parent e878bb42a4
commit b3f38b0f4c
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -100,7 +100,6 @@ namespace osu.Game.Users
public class Spectating : Watching
{
protected override string Verb => @"Spectating";
public override string Status => @$"{Verb} a game";
}
public class SearchingForLobby : UserActivity