mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-28 05:25:21 +01:00
Fix issue, when top command was not displayed in Description.
This commit is contained in:
parent
96cb4488c3
commit
e68c5b2773
@ -424,6 +424,8 @@ public class ChallengesGUI extends CommonGUI
|
||||
result.addAll(this.challengeRewards(challenge));
|
||||
}
|
||||
|
||||
result.replaceAll(x -> x.replace("[label]", this.topLabel));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user