From fc1287b4c695d821465984f0a2835e17e6ad0f02 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 12 Oct 2023 18:25:20 +0900 Subject: [PATCH] Reword xmldoc on invite method to better describe what is happening --- osu.Game/Online/Multiplayer/IMultiplayerClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.