summaryrefslogtreecommitdiffstats
path: root/src/Items
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-04-06 21:41:01 +0200
committerHowaner <franzi.moos@googlemail.com>2014-04-06 21:41:01 +0200
commit039191499caec958d3d79773e4ed1c1c4e2916c2 (patch)
treedd32b3f7dce4d31f0d8a40e8b84dad4285358cb4 /src/Items
parentMerge branch 'master' into Slabs (diff)
downloadcuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar.gz
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar.bz2
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar.lz
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar.xz
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.tar.zst
cuberite-039191499caec958d3d79773e4ed1c1c4e2916c2.zip
Diffstat (limited to 'src/Items')
-rw-r--r--src/Items/ItemMinecart.h2
-rw-r--r--src/Items/ItemPickaxe.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Items/ItemMinecart.h b/src/Items/ItemMinecart.h
index 25500aeb9..4e7d8fcff 100644
--- a/src/Items/ItemMinecart.h
+++ b/src/Items/ItemMinecart.h
@@ -78,7 +78,7 @@ public:
}
return true;
}
-
+
} ;
diff --git a/src/Items/ItemPickaxe.h b/src/Items/ItemPickaxe.h
index 2a8e40daa..4f8ef4eb1 100644
--- a/src/Items/ItemPickaxe.h
+++ b/src/Items/ItemPickaxe.h
@@ -76,6 +76,7 @@ public:
case E_BLOCK_STONE_PRESSURE_PLATE:
case E_BLOCK_BRICK:
case E_BLOCK_COBBLESTONE_STAIRS:
+ case E_BLOCK_COBBLESTONE_WALL:
case E_BLOCK_STONE_BRICK_STAIRS:
case E_BLOCK_NETHER_BRICK_STAIRS:
case E_BLOCK_CAULDRON: