コミット漏れ

This commit is contained in:
kimura 2021-11-11 16:56:01 +09:00
parent e45e1b6709
commit f3c53911b5
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ public class KitchenManager : MonoBehaviour
}
nextOrderLevel = bulkOrderData.shopLevel;
if (HeartMeter.Instance.ShopLevel.Value < nextOrderLevel)
if (gameData.ViewedShopLevel < nextOrderLevel)
{
return (false, nextOrderId, nextOrderLevel);
}