mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue