コミット漏れ
This commit is contained in:
parent
e45e1b6709
commit
f3c53911b5
|
|
@ -219,8 +219,7 @@ public class KitchenManager : MonoBehaviour
|
||||||
}
|
}
|
||||||
|
|
||||||
nextOrderLevel = bulkOrderData.shopLevel;
|
nextOrderLevel = bulkOrderData.shopLevel;
|
||||||
|
if (gameData.ViewedShopLevel < nextOrderLevel)
|
||||||
if (HeartMeter.Instance.ShopLevel.Value < nextOrderLevel)
|
|
||||||
{
|
{
|
||||||
return (false, nextOrderId, nextOrderLevel);
|
return (false, nextOrderId, nextOrderLevel);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue