diff options
Diffstat (limited to 'Minecraft.World/MerchantContainer.cpp')
| -rw-r--r-- | Minecraft.World/MerchantContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/MerchantContainer.cpp b/Minecraft.World/MerchantContainer.cpp index cd3fde5e..7ceb4745 100644 --- a/Minecraft.World/MerchantContainer.cpp +++ b/Minecraft.World/MerchantContainer.cpp @@ -105,7 +105,7 @@ bool MerchantContainer::hasCustomName() return false; } -int MerchantContainer::getMaxStackSize() +int MerchantContainer::getMaxStackSize() const { return Container::LARGE_MAX_STACK_SIZE; } |
