diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-12-18 01:50:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 01:50:56 -0600 |
commit | a57347c9b10637fc07a88c7ecdfcec5b59ba1498 (patch) | |
tree | ac62bf99284b5cd19d0ea1cc6c863894e0bbbf57 /source/frontend | |
parent | 79e2c90ee058c96e564c8c19af43f6114546d787 (diff) |
Update StarMerchantInterface.cpp
Diffstat (limited to 'source/frontend')
-rw-r--r-- | source/frontend/StarMerchantInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMerchantInterface.cpp b/source/frontend/StarMerchantInterface.cpp index 166f996..178b645 100644 --- a/source/frontend/StarMerchantInterface.cpp +++ b/source/frontend/StarMerchantInterface.cpp @@ -38,7 +38,7 @@ MerchantPane::MerchantPane( m_itemBag = make_shared<ItemBag>(m_settings.getUInt("sellContainerSize")); - m_maxBuyCount = m_settings.getUInt("maxBuyCount"); + m_maxBuyCount = m_settings.getUInt("maxBuyCount", 1000); GuiReader reader; reader.registerCallback("spinCount.up", [=](Widget*) { |