Skip to content

Commit

Permalink
Update BlockID.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nesco committed Nov 12, 2013
1 parent 5c67c17 commit b6a9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BlockID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ class cBlockPropertiesInitializer
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;
Expand Down

0 comments on commit b6a9394

Please sign in to comment.