diff --git a/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs b/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs index 1e59b62a9d..c89d99dd1c 100644 --- a/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs +++ b/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs @@ -53,7 +53,7 @@ namespace osu.Game.Online.RealtimeMultiplayer Task LoadRequested(); /// - /// Signals that a match has started. All loaded users' clients should now start gameplay as soon as possible. + /// Signals that a match has started. All user in the state should begin gameplay as soon as possible. /// Task MatchStarted();