Fix issue, when top command was not displayed in Description.

This commit is contained in:
BONNe 2019-01-23 21:50:10 +02:00
parent 96cb4488c3
commit e68c5b2773
1 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,8 @@ public class ChallengesGUI extends CommonGUI
result.addAll(this.challengeRewards(challenge));
}
result.replaceAll(x -> x.replace("[label]", this.topLabel));
return result;
}