mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
add playingverb and database migrations
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Users
|
||||
Ruleset = ruleset;
|
||||
}
|
||||
|
||||
public override string Status => @"Playing alone";
|
||||
public override string Status => Ruleset.PlayingVerb;
|
||||
}
|
||||
|
||||
public class Spectating : UserActivity
|
||||
|
Reference in New Issue
Block a user