diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-15 16:55:35 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-15 16:55:35 +0200 |
commit | fc3d5ff5a6090eb447e31966faa77f75bd1b5c06 (patch) | |
tree | b84c4547da1ed17f189d96f535058eb52dd2d1d7 /source/Blocks/BlockHandler.cpp | |
parent | Removed leftover CanBePlacedOnSide (diff) | |
download | cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.gz cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.bz2 cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.lz cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.xz cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.zst cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Blocks/BlockHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockHandler.cpp b/source/Blocks/BlockHandler.cpp index 4aaf47306..9cc1433b6 100644 --- a/source/Blocks/BlockHandler.cpp +++ b/source/Blocks/BlockHandler.cpp @@ -154,7 +154,7 @@ cBlockHandler * cBlockHandler::CreateBlockHandler(BLOCKTYPE 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_QUARTZ_STAIR: return new cBlockStairsHandler (a_BlockType); + case E_BLOCK_QUARTZ_STAIRS: return new cBlockStairsHandler (a_BlockType); case E_BLOCK_RAIL: return new cBlockRailHandler (a_BlockType); case E_BLOCK_POTATOES: return new cBlockCropsHandler (a_BlockType); case E_BLOCK_POWERED_RAIL: return new cBlockRailHandler (a_BlockType); |