diff options
Diffstat (limited to 'Minecraft.World/CompoundContainer.cpp')
| -rw-r--r-- | Minecraft.World/CompoundContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/CompoundContainer.cpp b/Minecraft.World/CompoundContainer.cpp index 674f15db..39da0e58 100644 --- a/Minecraft.World/CompoundContainer.cpp +++ b/Minecraft.World/CompoundContainer.cpp @@ -70,7 +70,7 @@ void CompoundContainer::setItem(unsigned int slot, shared_ptr<ItemInstance> item else c1->setItem(slot, item); } -int CompoundContainer::getMaxStackSize() +int CompoundContainer::getMaxStackSize() const { return c1->getMaxStackSize(); } |
