Dear users! The update was successful.  We wish you exciting matches and amazing frags  :) Here's what we've fixed / added:

  • Tournament application counter now displays the number of applications submitted, not just confirmed;
  • Fixed: the form for adding opponents (on the profile page) now adds opponents correctly;
  • CS:GO game server: the logic of event processing when all participants appeared on the match page, but not in the match itself, is added Let's look at each event and the added logic:
    • For professional matches:
      • If none of the participants entered the match, the server puts down the score 0-0 and ends the match;
      • If one participant entered the match, the server waits 10 minutes for the second, and if he does not show up: puts down the score 0-0 and grants the victory to the one who appeared;
      • If both entered the match, but one participant left, the server waits for him for 10 minutes, and if he does not show up: leaves the score as it was in the match (note that for leaving the match, the victory in the round is given to the opponent), the victory is granted to the remaining one;
    • For tournament matches:
      • If none of the participants entered the match, the server removes the participants from the lobby page, changing the status of the match to “Match canceled: Match aborted”, and after that the tournament changes the status to “Match completed: results are determined randomly”, and the winner is chosen randomly;
      • If one participant entered the match, the server waits 10 minutes for the second, and if he does not show up: the server removes the second participant from the lobby page, changing the status of the match to “Match canceled: Match aborted”, and after that the tournament changes the status to “Match completed: the victory is given to the appeared participant”, and the victory is given to the present participant;
      • If both entered the match, but one participant left, the server waits for 10 minutes, and if he does not show up: the server removes him from the lobby page, changing the status of the match to “Match canceled: Match aborted”, and after that the tournament changes the status to “Match completed: the victory is given to the appeared participant”, and the victory is given to the present participant;
  • Fixed: on the tournaments page, the table headers are clickable again without an error.