summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockHandler.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-09 16:20:12 +0200
committermadmaxoft <github@xoft.cz>2013-08-09 16:20:12 +0200
commitf89d6cc9afdafe0092cf837084fffefe69e1b19a (patch)
tree2779c2e13b2c2bd6fca2e5b13474ad45eaf6a76b /source/Blocks/BlockHandler.cpp
parentFixed squid crashing the server when above or below the world (diff)
downloadcuberite-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 '')
-rw-r--r--source/Blocks/BlockHandler.cpp1
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);