Update StarMerchantInterface.cpp

This commit is contained in:
SilverSokolova 2024-12-18 01:50:56 -06:00 committed by GitHub
parent 79e2c90ee0
commit a57347c9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*) {