mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 02:49:53 +08:00
Update osu.Game/Users/UserActivity.cs
Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user