mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-01-02 14:29:01 +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.addAll(this.challengeRewards(challenge));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result.replaceAll(x -> x.replace("[label]", this.topLabel));
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user