diff options
Diffstat (limited to 'Minecraft.World/SimpleContainer.cpp')
| -rw-r--r-- | Minecraft.World/SimpleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/SimpleContainer.cpp b/Minecraft.World/SimpleContainer.cpp index 147bab0a..a5f551e2 100644 --- a/Minecraft.World/SimpleContainer.cpp +++ b/Minecraft.World/SimpleContainer.cpp @@ -106,7 +106,7 @@ void SimpleContainer::setCustomName(const wstring &name) this->stringName = name; } -int SimpleContainer::getMaxStackSize() +int SimpleContainer::getMaxStackSize() const { return Container::LARGE_MAX_STACK_SIZE; } |
