forked from External/mage
Added count for started tournaments.
This commit is contained in:
parent
df07c5ba84
commit
ccc107f7ef
2 changed files with 13 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue