mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-14 14:45:44 +01:00
Fix issue when selecting single challenge does nothing.
It was not added to challenge set :(
This commit is contained in:
parent
8f9aa78435
commit
bf9d71077b
@ -161,6 +161,7 @@ public class SelectChallengeGUI
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
this.selectedChallenges.add(challenge);
|
||||||
this.consumer.accept(true, this.selectedChallenges);
|
this.consumer.accept(true, this.selectedChallenges);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user