mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +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)
|
switch (activity)
|
||||||
{
|
{
|
||||||
case UserActivity.InGame game:
|
case UserActivity.InGame game:
|
||||||
return $"[{Math.Round(game.BeatmapInfo.StarRating, 2)}*] {game.BeatmapInfo}";
|
return game.BeatmapInfo.ToString();
|
||||||
|
|
||||||
case UserActivity.Editing edit:
|
case UserActivity.Editing edit:
|
||||||
return edit.BeatmapInfo.ToString();
|
return edit.BeatmapInfo.ToString();
|
||||||
|
Loading…
Reference in New Issue
Block a user