From a57347c9b10637fc07a88c7ecdfcec5b59ba1498 Mon Sep 17 00:00:00 2001 From: SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:50:56 -0600 Subject: [PATCH] Update StarMerchantInterface.cpp --- source/frontend/StarMerchantInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(m_settings.getUInt("sellContainerSize")); - m_maxBuyCount = m_settings.getUInt("maxBuyCount"); + m_maxBuyCount = m_settings.getUInt("maxBuyCount", 1000); GuiReader reader; reader.registerCallback("spinCount.up", [=](Widget*) {