diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 21:15:46 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 21:15:46 +0200 |
commit | 148d4e9b8086f687387c8b28df1c89ed2cf69271 (patch) | |
tree | 14f2cc3373cd693df154170f6c0d9ca1befba96e | |
parent | Updated block transparencies (diff) | |
download | cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar.gz cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar.bz2 cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar.lz cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar.xz cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.tar.zst cuberite-148d4e9b8086f687387c8b28df1c89ed2cf69271.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Blocks/BlockHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Blocks/BlockHandler.cpp b/source/Blocks/BlockHandler.cpp index cbca5a4ec..6584eeed4 100644 --- a/source/Blocks/BlockHandler.cpp +++ b/source/Blocks/BlockHandler.cpp @@ -96,6 +96,7 @@ cBlockHandler * cBlockHandler::CreateBlockHandler(BLOCKTYPE a_BlockType) switch(a_BlockType) { // Block handlers, alphabetically sorted: + case E_BLOCK_ACTIVATOR_RAIL: return new cBlockRailHandler (a_BlockType); case E_BLOCK_BED: return new cBlockBedHandler (a_BlockType); case E_BLOCK_BIRCH_WOOD_STAIRS: return new cBlockStairsHandler (a_BlockType); case E_BLOCK_BREWING_STAND: return new cBlockBrewingStandHandler (a_BlockType); |