Skip to content

Commit

Permalink
Fix issue, when top command was not displayed in Description.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 23, 2019
1 parent 96cb448 commit e68c5b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ else if (challenge.getChallengeType().equals(Challenge.ChallengeType.ISLAND))
result.addAll(this.challengeRewards(challenge));
}

result.replaceAll(x -> x.replace("[label]", this.topLabel));

return result;
}

Expand Down

0 comments on commit e68c5b2

Please sign in to comment.