mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-18 06:34:16 +01:00
Fix wrong property
This commit is contained in:
parent
f30cbb0810
commit
1e70ff9bdd
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