summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-10-15 08:30:19 +0200
committerAlexander Harkness <bearbin@gmail.com>2013-10-15 08:30:19 +0200
commit84b08951cddba5c9851df917c0cf9b7cbc038271 (patch)
treeebf528cb42b2af8b3d17ec2ee6ddd4f4da43d53f
parentAPIDump: Documented HOOK_PLAYER_JOINED. (diff)
parentUpdate BlockID.cpp (diff)
downloadcuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.gz
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.bz2
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.lz
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.xz
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.zst
cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.zip
-rw-r--r--source/BlockID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index 7c3fa0b8e..177652a46 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -1,4 +1,3 @@
-
// BlockID.cpp
// Implements the helper functions for converting Block ID string to int etc.
@@ -930,6 +929,7 @@ public:
g_BlockIsTorchPlaceable[E_BLOCK_STAINED_CLAY] = true;
g_BlockIsTorchPlaceable[E_BLOCK_WOOL] = true;
g_BlockIsTorchPlaceable[E_BLOCK_STONE] = true;
+ g_BlockIsTorchPlaceable[E_BLOCK_STONE_BRICKS] = true;
}
} BlockPropertiesInitializer;