Skip to content

Commit

Permalink
Refreshes challenge icon after completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jan 29, 2019
1 parent 78f924b commit c9909f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private PanelItem getChallengeButton(Challenge challenge)
this.topLabel,
this.permissionPrefix))
{
this.build();
panel.getInventory().setItem(slot, this.getChallengeButton(challenge).getItem());
}

return true;
Expand Down

1 comment on commit c9909f4

@BONNe
Copy link
Member

@BONNe BONNe commented on c9909f4 Jan 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, I just have done it in a lazy way...

I will fix it after completing CaveBlock.
Challenges addon still need a touch...

Please sign in to comment.