Skip to content

Commit

Permalink
remove unknown is_clear logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ authored and SapiensAnatis committed Jul 27, 2023
1 parent 40fd714 commit ca54028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragaliaAPI/Features/Dungeon/DungeonRecordController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ bool isMulti
bool isFirstClear = oldQuestData is null || oldQuestData?.PlayCount == 0;

if (
!isFirstClear && (playRecord.is_clear == 1 || session.QuestData.IsPayForceStaminaSingle)
!isFirstClear // TODO: session.QuestData.IsPayForceStaminaSingle
)
{
// TODO: Campaign support
Expand Down

0 comments on commit ca54028

Please sign in to comment.