FIx handing in quests failing
This commit is contained in:
parent
861987406e
commit
bd373a993d
@ -687,7 +687,7 @@ export class QuestController
|
||||
return false;
|
||||
}
|
||||
|
||||
return x.conditions.Fail.some((y) => y.target.includes(completedQuestId));
|
||||
return x.conditions.Fail.some((y) => y.target?.includes(completedQuestId));
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user