summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2013-11-12 22:01:30 +0100
committernesco <emmanuel@federbusch.fr>2013-11-12 22:01:30 +0100
commitb6a9394d7a0c77bd7817195224c0c6661a19e73d (patch)
tree65ee9ed1f974024306a92eb443d6d135dfc070ef /source/BlockID.cpp
parentCorrected the comma error (diff)
downloadcuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar.gz
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar.bz2
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar.lz
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar.xz
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.tar.zst
cuberite-b6a9394d7a0c77bd7817195224c0c6661a19e73d.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index 82f69a7d6..68aae09dd 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -930,7 +930,7 @@ public:
g_BlockIsTorchPlaceable[E_BLOCK_NETHER_QUARTZ_ORE] = true;
g_BlockIsTorchPlaceable[E_BLOCK_NOTE_BLOCK] = true;
g_BlockIsTorchPlaceable[E_BLOCK_OBSIDIAN] = true;
- g_BlockIsTorchPlaceable[E_BLOC_PACKED_ICE] = true;
+ g_BlockIsTorchPlaceable[E_BLOCK_PACKED_ICE] = true;
g_BlockIsTorchPlaceable[E_BLOCK_PLANKS] = true;
g_BlockIsTorchPlaceable[E_BLOCK_PUMPKIN] = true;
g_BlockIsTorchPlaceable[E_BLOCK_QUARTZ_BLOCK] = true;