大量注文通知修正

This commit is contained in:
kimura 2021-12-09 16:54:57 +09:00
parent 3941b2d3b0
commit 387029f9bc
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ public class KitchenManager : MonoBehaviour
bulkOrderData.productId3, bulkOrderData.productId3,
}; };
var completed = gameData.CompletedProductList.Count == orderList.Count(x => x != 0); var completed = gameData.CompletedProductList.Count == orderList.Count(x => x != 0);
orderIndicatorView.SetBadgeActive(completed && !achieved); orderIndicatorView.SetBadgeActive(completed && !achieved && !cancelled);
} }
else else
{ {