mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Code reformat to improve readability and supportiblity whilst addressing issues raised in friarsol's code review
This commit is contained in:
@@ -964,7 +964,7 @@ public class FDeckChooser extends FScreen {
|
||||
public void run(final Integer numOpponents) {
|
||||
if (numOpponents == null) { return; }
|
||||
List<DeckType> deckTypes=null;
|
||||
if(!FModel.isdeckGenMatrixLoaded()) {
|
||||
if(FModel.isdeckGenMatrixLoaded()) {
|
||||
deckTypes=Arrays.asList(new DeckType[] {
|
||||
DeckType.CUSTOM_DECK,
|
||||
DeckType.PRECONSTRUCTED_DECK,
|
||||
|
||||
Reference in New Issue
Block a user