summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 21:15:46 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 21:15:46 +0200
commit148d4e9b8086f687387c8b28df1c89ed2cf69271 (patch)
tree14f2cc3373cd693df154170f6c0d9ca1befba96e
parentUpdated block transparencies (diff)
downloadcuberite-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
-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 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);