Update StarMerchantInterface.cpp
This commit is contained in:
parent
79e2c90ee0
commit
a57347c9b1
@ -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*) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user