mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Merge pull request #622 from Aireil/fix_update
fix: continue instead of return when updating
This commit is contained in:
commit
4154686f00
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ namespace Dalamud.Plugin.Internal
|
|||
{
|
||||
// Can't update that!
|
||||
if (plugin.InstalledPlugin.IsDev)
|
||||
return null;
|
||||
continue;
|
||||
|
||||
var result = await this.UpdateSinglePluginAsync(plugin, false, dryRun);
|
||||
if (result != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue