Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
authorSilverSokolova <80606782+SilverSokolova@users.noreply.github.com>2024-12-18 01:50:56 -0600
committerGitHub <noreply@github.com>2024-12-18 01:50:56 -0600
commita57347c9b10637fc07a88c7ecdfcec5b59ba1498 (patch)
treeac62bf99284b5cd19d0ea1cc6c863894e0bbbf57 /source/frontend
parent79e2c90ee058c96e564c8c19af43f6114546d787 (diff)
Update StarMerchantInterface.cpp
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarMerchantInterface.cpp2
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*) {