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 committed Jul 25, 2023
1 parent 4ea0bb5 commit cb90f7c
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 cb90f7c

Please sign in to comment.