Refreshes challenge icon after completion

https://github.com/BentoBoxWorld/Challenges/issues/60
This commit is contained in:
tastybento 2019-01-29 15:03:41 -08:00
parent 78f924b7c3
commit c9909f4b76
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ public class ChallengesGUI extends CommonGUI
this.topLabel,
this.permissionPrefix))
{
this.build();
panel.getInventory().setItem(slot, this.getChallengeButton(challenge).getItem());
}
return true;