Added count for started tournaments.

This commit is contained in:
LevelX2 2013-06-29 22:27:58 +02:00
parent df07c5ba84
commit ccc107f7ef
2 changed files with 13 additions and 0 deletions

View file

@ -396,6 +396,7 @@ public class TableController {
User user = UserManager.getInstance().getUser(entry.getKey());
user.tournamentStarted(tournament.getId(), entry.getValue());
}
ServerMessagesUtil.getInstance().incTournamentsStarted();
}
}
catch (Exception ex) {