diff options
author | madmaxoft <github@xoft.cz> | 2013-08-09 16:20:12 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-09 16:20:12 +0200 |
commit | f89d6cc9afdafe0092cf837084fffefe69e1b19a (patch) | |
tree | 2779c2e13b2c2bd6fca2e5b13474ad45eaf6a76b /source/Blocks/BlockHandler.cpp | |
parent | Fixed squid crashing the server when above or below the world (diff) | |
download | cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar.gz cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar.bz2 cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar.lz cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar.xz cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.tar.zst cuberite-f89d6cc9afdafe0092cf837084fffefe69e1b19a.zip |
Diffstat (limited to 'source/Blocks/BlockHandler.cpp')
-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 8978f4d46..b4fc5ab2d 100644 --- a/source/Blocks/BlockHandler.cpp +++ b/source/Blocks/BlockHandler.cpp @@ -149,6 +149,7 @@ cBlockHandler * cBlockHandler::CreateBlockHandler(BLOCKTYPE a_BlockType) case E_BLOCK_NETHER_BRICK_STAIRS: return new cBlockStairsHandler (a_BlockType); case E_BLOCK_NOTE_BLOCK: return new cBlockNoteHandler (a_BlockType); case E_BLOCK_PISTON: return new cBlockPistonHandler (a_BlockType); + case E_BLOCK_PISTON_EXTENSION: return new cBlockPistonHeadHandler (); case E_BLOCK_PLANKS: return new cBlockWoodHandler (a_BlockType); case E_BLOCK_PUMPKIN_STEM: return new cBlockStemsHandler (a_BlockType); case E_BLOCK_RAIL: return new cBlockRailHandler (a_BlockType); |