mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
Fix copy-paste issue.
Generating Level Lore does not use proper settings.
This commit is contained in:
parent
4db59d6c19
commit
19aab998dc
@ -682,7 +682,7 @@ public abstract class CommonGUI
|
||||
// Used to know if blocks, entities, items should be added after requirements and rewards.
|
||||
char prevChar = ' ';
|
||||
|
||||
for (char c : this.addon.getChallengesSettings().getChallengeLoreMessage().toLowerCase().toCharArray())
|
||||
for (char c : this.addon.getChallengesSettings().getLevelLoreMessage().toLowerCase().toCharArray())
|
||||
{
|
||||
switch (c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user