diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-09 18:18:18 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-09 18:18:18 +0200 |
commit | 3370773c4b8eb8e6d1f2f35ea1d144c620a55789 (patch) | |
tree | 1f18807d7c8364b7887105d9703fef2a0b53c094 /source/Blocks/BlockHandler.cpp | |
parent | Converted spaces to tabs (diff) | |
download | cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar.gz cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar.bz2 cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar.lz cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar.xz cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.tar.zst cuberite-3370773c4b8eb8e6d1f2f35ea1d144c620a55789.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 77c51f02a..e1cc939ab 100644 --- a/source/Blocks/BlockHandler.cpp +++ b/source/Blocks/BlockHandler.cpp @@ -150,7 +150,7 @@ cBlockHandler * cBlockHandler::CreateBlockHandler(BLOCKTYPE 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);
- case E_BLOCK_DEAD_BUSH: return new cBlockDeadBushHandler (a_BlockType);
+ case E_BLOCK_DEAD_BUSH: return new cBlockDeadBushHandler (a_BlockType);
case E_BLOCK_DETECTOR_RAIL: return new cBlockRailHandler (a_BlockType);
case E_BLOCK_REDSTONE_ORE: return new cBlockOreHandler (a_BlockType);
case E_BLOCK_REDSTONE_ORE_GLOWING: return new cBlockOreHandler (a_BlockType);
|