mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +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
|
||||
{
|
||||
this.selectedChallenges.add(challenge);
|
||||
this.consumer.accept(true, this.selectedChallenges);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user