1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Fix ambiguous reference

This commit is contained in:
smoogipoo 2020-12-19 00:17:50 +09:00
parent ab9158c306
commit 9ceb090f04

View File

@ -117,7 +117,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
/// Change the current <see cref="MultiplayerRoom"/> settings.
/// </summary>
/// <remarks>
/// A room must have been joined via <see cref="JoinRoom"/> for this to have any effect.
/// A room must be joined for this to have any effect.
/// </remarks>
/// <param name="name">The new room name, if any.</param>
/// <param name="item">The new room playlist item, if any.</param>