From e7d745608eec203dfcd512d7c9df2c9b95989651 Mon Sep 17 00:00:00 2001 From: js6pak Date: Thu, 29 Dec 2022 17:49:15 +0100 Subject: [PATCH] Fix xmldoc warnings --- src/Impostor.Api/Innersloth/SystemTypes.cs | 8 ++------ src/Impostor.Server/Net/Client.cs | 6 ++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Impostor.Api/Innersloth/SystemTypes.cs b/src/Impostor.Api/Innersloth/SystemTypes.cs index 74affbf..95864a8 100644 --- a/src/Impostor.Api/Innersloth/SystemTypes.cs +++ b/src/Impostor.Api/Innersloth/SystemTypes.cs @@ -38,9 +38,7 @@ Sabotage = 17, - /// - /// Decontam on Mira and bottom decontam on Polus - /// + /// The only decontamination on Mira and bottom decontamination on Polus. Decontamination = 18, Launchpad = 19, @@ -57,9 +55,7 @@ Dropship = 25, - /// - /// Top decontam on Polus - /// + /// Top decontamination on Polus. Decontamination2 = 26, Outside = 27, diff --git a/src/Impostor.Server/Net/Client.cs b/src/Impostor.Server/Net/Client.cs index af477be..44d609a 100644 --- a/src/Impostor.Server/Net/Client.cs +++ b/src/Impostor.Server/Net/Client.cs @@ -355,10 +355,8 @@ namespace Impostor.Server.Net /// /// Triggered when the connected client requests the game listing. /// - /// - /// All options given. - /// At this moment, the client can only specify the map, impostor count and chat language. - /// + /// Options specific to the game mode. At this moment, the client can only specify the map, impostor count and chat language. + /// Filter options not specific to the game mode. private ValueTask OnRequestGameListAsync(IGameOptions options, GameFilterOptions filterOptions) { using var message = MessageWriter.Get(MessageType.Reliable); -- 2.39.5