mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-12 18:41:22 +01:00
Conditions are now in BETA
This commit is contained in:
parent
60b8ed6044
commit
e0c15ec225
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user