Revert incorrect xmldoc change

This commit is contained in:
Bartłomiej Dach 2023-11-27 11:35:10 +09:00
parent b024065857
commit 7f788058cd
No known key found for this signature in database

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; }