I have a private tournament season finished. There is a tie on 2,3,4 place. Why two browsers show different results?
What's the algorithm for ties? Whitch result is correct?

    mnowaczy Both results are actually correct. Currently, the algorithm for ties prioritizes these parameters:
    1) number of points
    2) number of first places
    3) number of second places (if applicable)
    4) number of third places (if applicable)

    Otherwise it is random.

    In the case you provided the ties are in both number of points and number of wins which falls down to random order.

      Write a Reply...