Files
GmRelayBot/src/GmRelay.Bot/Features/Sessions/CreateSession
Toutsu 37ed697696
PR Checks / test-and-build (pull_request) Successful in 12m9s
fix(bot): trim misleading comment in IsComplete
The previous comment claimed a 0 MaxPlayers would also be blocked, but
the code never actually enforced that. The wizard's text-input path
already guarantees cap >= MinCapacity, so 0 is unreachable. Drop the
inaccurate half-sentence to keep the comment faithful to the code.
2026-06-09 13:33:53 +03:00
..