summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockChest.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-02 21:33:08 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-02 21:33:08 +0100
commita38be148ba980e7d54bf72c9056502850d81c77a (patch)
treeb5b53f700923dd0c4fdaf5459cd4146a878f76a6 /src/Blocks/BlockChest.h
parentReformated MetaRotater (diff)
downloadcuberite-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/BlockChest.h')
-rw-r--r--src/Blocks/BlockChest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockChest.h b/src/Blocks/BlockChest.h
index 1646454a7..30588d8fc 100644
--- a/src/Blocks/BlockChest.h
+++ b/src/Blocks/BlockChest.h
@@ -11,11 +11,11 @@
class cBlockChestHandler :
- public cMetaRotater<cBlockEntityHandler,0x07,0x04,0x01,0x03,0x02, true>
+ public cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>
{
public:
cBlockChestHandler(BLOCKTYPE a_BlockType)
- : cMetaRotater<cBlockEntityHandler,0x07,0x04,0x01,0x03,0x02, true>(a_BlockType)
+ : cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>(a_BlockType)
{
}