Fix issue when selecting single challenge does nothing.

It was not added to challenge set :(
This commit is contained in:
BONNe1704 2019-02-14 11:59:48 +02:00
parent 8f9aa78435
commit bf9d71077b
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ public class SelectChallengeGUI
}
else
{
this.selectedChallenges.add(challenge);
this.consumer.accept(true, this.selectedChallenges);
}