mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* User list added info about games and tournaments. Fixed a logging NPE.
This commit is contained in:
parent
663c31cec6
commit
6c54812068
4 changed files with 25 additions and 8 deletions
|
|
@ -439,7 +439,7 @@ class TableModel extends AbstractTableModel {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (update && list != null) {
|
||||
if (update) {
|
||||
synchronized (tableModel) {
|
||||
this.players = list;
|
||||
tableModel.loadData(this.players);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue