mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Revert "Show beatmap star rating in RPC"
This reverts commit a3f5e2458d
.
This commit is contained in:
parent
6fc55a62bf
commit
bc1b20291b
@ -192,7 +192,7 @@ namespace osu.Desktop
|
||||
switch (activity)
|
||||
{
|
||||
case UserActivity.InGame game:
|
||||
return $"[{Math.Round(game.BeatmapInfo.StarRating, 2)}*] {game.BeatmapInfo}";
|
||||
return game.BeatmapInfo.ToString();
|
||||
|
||||
case UserActivity.Editing edit:
|
||||
return edit.BeatmapInfo.ToString();
|
||||
|
Loading…
Reference in New Issue
Block a user