mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
Fix issue when ConfirmationGUI never closes.
This commit is contained in:
parent
d8812cd1ee
commit
37a8bd72c9
@ -159,6 +159,8 @@ public class ListChallengesGUI extends CommonGUI
|
||||
{
|
||||
this.addon.getChallengesManager().deleteChallenge(challenge);
|
||||
}
|
||||
|
||||
this.build();
|
||||
});
|
||||
return true;
|
||||
});
|
||||
|
@ -160,6 +160,8 @@ public class ListLevelsGUI extends CommonGUI
|
||||
this.addon.getChallengesManager().
|
||||
deleteChallengeLevel(challengeLevel);
|
||||
}
|
||||
|
||||
this.build();
|
||||
});
|
||||
return true;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user