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