Fix copy-paste issue.

Generating Level Lore does not use proper settings.
This commit is contained in:
BONNe 2019-02-18 02:35:48 +02:00
parent 4db59d6c19
commit 19aab998dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{