1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 23:27:24 +08:00

Update osu.Game/Users/UserActivity.cs

Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
Albie 2020-01-03 15:07:47 +00:00 committed by GitHub
parent 23ed64c5fd
commit 960bbae87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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