fancydialogs: Fix default config not saving

This commit is contained in:
Oliver
2025-05-31 11:31:21 +02:00
committed by Oliver
parent 9b08eed6bf
commit 7c966d28a0

View File

@@ -28,6 +28,8 @@ public class FancyDialogsConfig {
quickActionsDialogID = (String) ConfigHelper.getOrDefault(config, "quick_actions_dialog_id", "quick-actions-dialog");
config.setInlineComments("quick_actions_dialog_id", List.of("The ID of the dialog which will be shown to the player when they click on the quick actions key ('G' by default)."));
FancyDialogsPlugin.get().saveConfig();
}
public String getLanguage() {