diff options
author | madmaxoft <github@xoft.cz> | 2013-10-23 11:12:04 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-23 11:12:04 +0200 |
commit | 730195c47e39792c2dba57e3f5d4f929cc237bd4 (patch) | |
tree | 1f737b3b8ccf058f6426d6a2cdc129eab9d75c96 /source/BlockEntities/HopperEntity.h | |
parent | Removed cRoot:m_PrimaryServerVersion from Lua API. (diff) | |
download | cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar.gz cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar.bz2 cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar.lz cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar.xz cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.tar.zst cuberite-730195c47e39792c2dba57e3f5d4f929cc237bd4.zip |
Diffstat (limited to 'source/BlockEntities/HopperEntity.h')
-rw-r--r-- | source/BlockEntities/HopperEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockEntities/HopperEntity.h b/source/BlockEntities/HopperEntity.h index a49868660..9e69f15c3 100644 --- a/source/BlockEntities/HopperEntity.h +++ b/source/BlockEntities/HopperEntity.h @@ -95,7 +95,7 @@ protected: /// Moves one piece to the specified entity's contents' slot. Returns true if contents have changed. bool MoveItemsToSlot(cBlockEntityWithItems & a_Entity, int a_DstSlotNum); -} ; +} ; // tolua_export |