1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 21:00:33 +08:00

Revert incorrect xmldoc change

This commit is contained in:
Bartłomiej Dach
2023-11-27 11:35:10 +09:00
Unverified
parent b024065857
commit 7f788058cd
+1 -1
View File
@@ -46,7 +46,7 @@ namespace osu.Game.Online.Spectator
public IBindableList<int> PlayingUsers => playingUsers;
/// <summary>
/// Whether the spectated user is playing.
/// Whether the local user is playing.
/// </summary>
private bool isPlaying { get; set; }