* User list added info about games and tournaments. Fixed a logging NPE.

This commit is contained in:
LevelX2 2013-10-21 23:58:11 +02:00
parent 663c31cec6
commit 6c54812068
4 changed files with 25 additions and 8 deletions

View file

@ -439,7 +439,7 @@ class TableModel extends AbstractTableModel {
}
}
}
if (update && list != null) {
if (update) {
synchronized (tableModel) {
this.players = list;
tableModel.loadData(this.players);