From 59ce9f94e23541384ebf6c63c43956a7a9b58693 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Fri, 16 Jul 2021 23:00:10 +0200 Subject: [PATCH] fix xmldoc --- Dalamud/Plugin/Internal/PluginManager.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dalamud/Plugin/Internal/PluginManager.cs b/Dalamud/Plugin/Internal/PluginManager.cs index 455074b7f..5f1165742 100644 --- a/Dalamud/Plugin/Internal/PluginManager.cs +++ b/Dalamud/Plugin/Internal/PluginManager.cs @@ -714,12 +714,10 @@ namespace Dalamud.Plugin.Internal } /// - /// Update a single plugin, provided a valid . + /// Unload the plugin, delete its configuration, and reload it. /// - /// The available plugin update. - /// Whether to notify that installed plugins have changed afterwards. - /// Whether or not to actually perform the update, or just indicate success. - /// The status of the update. + /// The plugin. + /// Throws if the plugin is still loading/unloading. public void DeleteConfiguration(LocalPlugin plugin) { if (plugin.State == PluginState.InProgress)