Prompt formatting cleanup, part 3

This commit is contained in:
PikaMug 2023-02-28 22:34:37 -05:00
parent df9c40785d
commit 5c061f17a6
1 changed files with 1 additions and 1 deletions

View File

@ -501,8 +501,8 @@ public class ConditionWorldPrompt extends ConditionsEditorNumericPrompt {
if (i < (biomeArr.size() - 1)) {
biomes.append(ChatColor.GRAY).append(", ");
}
biomes.append("\n").append(ChatColor.YELLOW).append(getQueryText(context));
}
biomes.append("\n").append(ChatColor.YELLOW).append(getQueryText(context));
return biomes.toString();
}