diff --git a/osu.Game/Online/Multiplayer/MultiplayerRoomUser.cs b/osu.Game/Online/Multiplayer/MultiplayerRoomUser.cs
index 8142873fd5..499e84ce80 100644
--- a/osu.Game/Online/Multiplayer/MultiplayerRoomUser.cs
+++ b/osu.Game/Online/Multiplayer/MultiplayerRoomUser.cs
@@ -38,13 +38,13 @@ namespace osu.Game.Online.Multiplayer
public MatchUserState? MatchState { get; set; }
///
- /// Any ruleset applicable only to the local user.
+ /// If not-null, a local override for this user's ruleset selection.
///
[Key(5)]
public int? RulesetId;
///
- /// Any beatmap applicable only to the local user.
+ /// If not-null, a local override for this user's beatmap selection.
///
[Key(6)]
public int? BeatmapId;