diff --git a/src/GmRelay.Bot/Features/Sessions/CreateSession/CreateSessionHandler.cs b/src/GmRelay.Bot/Features/Sessions/CreateSession/CreateSessionHandler.cs index 70cf0c6..e3190f8 100644 --- a/src/GmRelay.Bot/Features/Sessions/CreateSession/CreateSessionHandler.cs +++ b/src/GmRelay.Bot/Features/Sessions/CreateSession/CreateSessionHandler.cs @@ -230,10 +230,7 @@ public sealed class CreateSessionHandler { if (p.Single?.ScheduledAt is null) missingFields.Add("дата/время"); // MaxPlayers = null is a valid "♾ Без лимита" choice - // (see GameCreationWizard.ApplyCapacityChoice "no_limit"). Only a - // missing wizard step on the numeric-input path is a real defect; - // a non-null 0 also blocks (zero players is never what the user - // asked for). Treat null as "no limit" and accept it. + // (see GameCreationWizard.ApplyCapacityChoice "no_limit"). } else {