diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-11 23:58:27 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-11 23:58:27 +0200 |
commit | 30b17bcb97aaa0c5fcf88ef058b80b9466425442 (patch) | |
tree | 60e8b1f12820f6a17854ed8c86ece5a52a1dbd0c /src/BlockEntities/HopperEntity.h | |
parent | Merge pull request #2000 from mc-server/CommandHandling (diff) | |
download | cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar.gz cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar.bz2 cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar.lz cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar.xz cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.tar.zst cuberite-30b17bcb97aaa0c5fcf88ef058b80b9466425442.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/HopperEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/HopperEntity.h b/src/BlockEntities/HopperEntity.h index af99c526d..16d4cb6f9 100644 --- a/src/BlockEntities/HopperEntity.h +++ b/src/BlockEntities/HopperEntity.h @@ -74,7 +74,7 @@ protected: bool MoveItemsFromGrid(cBlockEntityWithItems & a_Entity); /// Moves one piece from the specified itemstack into this hopper. Returns true if contents have changed. Doesn't change the itemstack. - bool MoveItemsFromSlot(cBlockEntityWithItems & a_Entity, int a_SrcSlotNum, bool a_AllowNewStacks); + bool MoveItemsFromSlot(cBlockEntityWithItems & a_Entity, int a_SrcSlotNum); /// Moves items to the chest at the specified coords. Returns true if contents have changed bool MoveItemsToChest(cChunk & a_Chunk, int a_BlockX, int a_BlockY, int a_BlockZ); |