From 933305fd957a14de5e197267b0a3ec58a73a0481 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 15 Jul 2012 13:35:43 +0000 Subject: Removed the deprecated confusing E_BLOCK_WOOD git-svn-id: http://mc-server.googlecode.com/svn/trunk@667 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index 67e2833c8..b94744310 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -9,7 +9,7 @@ enum ENUM_BLOCK_ID E_BLOCK_DIRT = 3, E_BLOCK_COBBLESTONE = 4, E_BLOCK_PLANKS = 5, - E_BLOCK_WOOD = E_BLOCK_PLANKS, + // E_BLOCK_WOOD = E_BLOCK_PLANKS, // Obsolete - was confused too often: wood = logs or planks? E_BLOCK_SAPLING = 6, E_BLOCK_BEDROCK = 7, E_BLOCK_WATER = 8, -- cgit v1.2.3