mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
commit
a6efe2f3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace Dalamud.Game {
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedPlugins.Length != 0;
|
var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedPlugins.Count != 0;
|
||||||
|
|
||||||
if (hasNeedsUpdate)
|
if (hasNeedsUpdate)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue