Skip to content

Commit

Permalink
Update plugins before downloading new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 7, 2024
1 parent 0012019 commit 59bb80b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ class PluginUpdater(private val pluginLoader: PluginLoader, repos: List<UpdateRe
return
}

downloadRequestedPlugins()

if (Config.UPDATE_PLUGINS) {
updatePlugins()
}

downloadRequestedPlugins()
}


Expand Down

0 comments on commit 59bb80b

Please sign in to comment.