mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud
This commit is contained in:
commit
76b21d8130
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ namespace Dalamud.Plugin.Internal
|
||||||
{
|
{
|
||||||
// Can't update that!
|
// Can't update that!
|
||||||
if (plugin.InstalledPlugin.IsDev)
|
if (plugin.InstalledPlugin.IsDev)
|
||||||
return null;
|
continue;
|
||||||
|
|
||||||
var result = await this.UpdateSinglePluginAsync(plugin, false, dryRun);
|
var result = await this.UpdateSinglePluginAsync(plugin, false, dryRun);
|
||||||
if (result != null)
|
if (result != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue