Skip to content

Commit

Permalink
fix: Update to new Quest Manager usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Nov 25, 2024
1 parent 33bc497 commit cdf8e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void promptForImport()
QuestHelper questHelper = jsonToQuest.importQuestFromJson(gson, clipboardText);
clientThread.invokeLater(() -> {
plugin.instantiate(questHelper, "Imported Helper");
questManager.startUpQuest(questHelper);
questManager.startUpQuest(questHelper, true);
});

}
Expand Down

0 comments on commit cdf8e72

Please sign in to comment.