mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Update osu.Game/Users/UserActivity.cs
Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
parent
23ed64c5fd
commit
960bbae87f
@ -52,7 +52,7 @@ namespace osu.Game.Users
|
||||
Ruleset = ruleset;
|
||||
}
|
||||
|
||||
public override string Status => Beatmap.Ruleset.CreateInstance().PlayingVerb;
|
||||
public override string Status => Ruleset.CreateInstance().PlayingVerb;
|
||||
}
|
||||
|
||||
public class Spectating : UserActivity
|
||||
|
Loading…
Reference in New Issue
Block a user