* Added handling to show all tournament games in tournament view.

This commit is contained in:
LevelX2 2014-10-02 01:15:21 +02:00
parent 8ac8d36c03
commit 845d3a7951
13 changed files with 218 additions and 24 deletions

View file

@ -741,7 +741,7 @@ public class TableController {
}
}
// free resources no longer needed
match.cleanUpOnMatchEnd(ConfigSettings.getInstance().isSaveGameActivated());
match.cleanUpOnMatchEnd(ConfigSettings.getInstance().isSaveGameActivated(), table.isTournament());
}
}