From: js6pak Date: Thu, 29 Dec 2022 16:49:15 +0000 (+0100) Subject: Fix xmldoc warnings X-Git-Tag: v1.8.0~2^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e7d745608eec203dfcd512d7c9df2c9b95989651;p=rhonda%2Fimpostor.git Fix xmldoc warnings --- 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);