diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-02 21:33:08 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-02 21:33:08 +0100 |
commit | a38be148ba980e7d54bf72c9056502850d81c77a (patch) | |
tree | b5b53f700923dd0c4fdaf5459cd4146a878f76a6 /src/Blocks/BlockEnderchest.h | |
parent | Reformated MetaRotater (diff) | |
download | cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar.gz cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar.bz2 cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar.lz cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar.xz cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.tar.zst cuberite-a38be148ba980e7d54bf72c9056502850d81c77a.zip |
Diffstat (limited to 'src/Blocks/BlockEnderchest.h')
-rw-r--r-- | src/Blocks/BlockEnderchest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockEnderchest.h b/src/Blocks/BlockEnderchest.h index 6ca83399a..97cf484fb 100644 --- a/src/Blocks/BlockEnderchest.h +++ b/src/Blocks/BlockEnderchest.h @@ -8,11 +8,11 @@ class cBlockEnderchestHandler : - public cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04> + public cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04> { public: cBlockEnderchestHandler(BLOCKTYPE a_BlockType) - : cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04>(a_BlockType) + : cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>(a_BlockType) { } |