From 1e70ff9bdd4256e6cccfa4e39f5414dd45f14bfb Mon Sep 17 00:00:00 2001 From: Caraxi Date: Wed, 10 Jun 2020 14:15:47 +0930 Subject: [PATCH] Fix wrong property --- Dalamud/Game/ChatHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index 6583ec6c4..62f42346d 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -227,7 +227,7 @@ namespace Dalamud.Game { try { - var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedPlugins.Length != 0; + var hasNeedsUpdate = this.dalamud.PluginRepository.UpdatePlugins(true).UpdatedPlugins.Count != 0; if (hasNeedsUpdate) {