Merge pull request #125 from Caraxi/master

Fix wrong property
This commit is contained in:
goaaats 2020-06-10 14:41:26 +02:00 committed by GitHub
commit a6efe2f3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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