Skip to content

Commit

Permalink
Restore quest not found message
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Mar 8, 2022
1 parent 8a21803 commit 5739998
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -236,6 +236,7 @@ public Prompt acceptInput(final @NotNull ConversationContext context, final Stri
plugin.getQuestFactory().loadQuest(context, q);
return new QuestMainPrompt(context);
}
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("questEditorQuestNotFound"));
return new QuestSelectEditPrompt(context);
} else {
return new QuestMenuPrompt(context);
Expand Down

0 comments on commit 5739998

Please sign in to comment.