mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Fix obsolete
This commit is contained in:
parent
af8b61f08a
commit
5cc327c5f9
1 changed files with 2 additions and 2 deletions
|
|
@ -272,9 +272,9 @@ internal unsafe class RecipeData : IInternalDisposableService
|
||||||
changed |= true;
|
changed |= true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.cachedCompletedQuests == null || !QuestManager.Instance()->CompletedQuestsBitmask.SequenceEqual(this.cachedCompletedQuests))
|
if (this.cachedCompletedQuests == null || !QuestManager.Instance()->CompletedQuests.SequenceEqual(this.cachedCompletedQuests))
|
||||||
{
|
{
|
||||||
this.cachedCompletedQuests = QuestManager.Instance()->CompletedQuestsBitmask.ToArray();
|
this.cachedCompletedQuests = QuestManager.Instance()->CompletedQuests.ToArray();
|
||||||
changed |= true;
|
changed |= true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue