diff --git a/osu.Game/Online/Multiplayer/IMultiplayerClient.cs b/osu.Game/Online/Multiplayer/IMultiplayerClient.cs index ba9e8a237c..327fb0d76a 100644 --- a/osu.Game/Online/Multiplayer/IMultiplayerClient.cs +++ b/osu.Game/Online/Multiplayer/IMultiplayerClient.cs @@ -43,7 +43,7 @@ namespace osu.Game.Online.Multiplayer Task UserKicked(MultiplayerRoomUser user); /// - /// Signals that a user has been invited into a multiplayer room. + /// Signals that the local user has been invited into a multiplayer room. /// /// Id of user that invited the player. /// Id of the room the user got invited to.