Skip to content

Commit

Permalink
dont remove wings (not enough coop players)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ authored and SapiensAnatis committed Jul 27, 2023
1 parent 270f1f9 commit 40fd714
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions DragaliaAPI/Features/Dungeon/DungeonRecordController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ bool isMulti

if (isMulti)
{
if (session.IsHost)
{
type = StaminaType.Multi;
amount = session.QuestData.PayStaminaMulti;
}
// TODO/NOTE: We do not deduct wings because of the low amount of players playing coop at this point
// type = StaminaType.Multi;
// amount = session.QuestData.PayStaminaMulti;
}
else
{
Expand Down

0 comments on commit 40fd714

Please sign in to comment.