Fix wrong property

This commit is contained in:
Caraxi 2020-06-10 14:15:47 +09:30
parent f30cbb0810
commit 1e70ff9bdd

View file

@ -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)
{ {