Commit d34f70af authored by Fernando Takagi's avatar Fernando Takagi
Browse files

Adjust combiner for parties.

parent 012207b9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -705,9 +705,6 @@ func combineIndexesRandom(from []*MatchmakerIndex, min, max int, done <-chan str

	go func() {
		defer close(c)
		if length < max {
			return
		}
		seenCombination := make(map[string]bool, matchCapByTicket)

		// Pre-allocations.