コミット漏れ
This commit is contained in:
parent
e45e1b6709
commit
f3c53911b5
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue