Conditions are now in BETA

This commit is contained in:
PikaMug 2020-10-24 01:21:13 -04:00
parent 60b8ed6044
commit e0c15ec225

View File

@ -178,9 +178,9 @@ public class StageMainPrompt extends QuestsEditorNumericPrompt {
}
case 10:
if (!hasObjective) {
return ChatColor.GRAY + Lang.get("stageEditorConditions") + ChatColor.RED + " ALPHA";
return ChatColor.GRAY + Lang.get("stageEditorConditions") + ChatColor.RED + " BETA";
} else {
return ChatColor.AQUA + Lang.get("stageEditorConditions") + ChatColor.RED + " ALPHA";
return ChatColor.AQUA + Lang.get("stageEditorConditions") + ChatColor.RED + " BETA";
}
case 11:
if (!hasObjective) {