From 40fd7141af17a92214f1b13269b7ef85f80fc00a Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:05:45 +0200 Subject: [PATCH] dont remove wings (not enough coop players) --- DragaliaAPI/Features/Dungeon/DungeonRecordController.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/DragaliaAPI/Features/Dungeon/DungeonRecordController.cs b/DragaliaAPI/Features/Dungeon/DungeonRecordController.cs index 4ae42d3bb..af1cd487a 100644 --- a/DragaliaAPI/Features/Dungeon/DungeonRecordController.cs +++ b/DragaliaAPI/Features/Dungeon/DungeonRecordController.cs @@ -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 {