From 2006de22170d40666fc8437829a10a79556f55bf Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Apr 2013 18:20:06 +0000 Subject: Cobwebs are now washed away by water and can be broken by swords and shears, giving string. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1363 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Items/ItemShears.h | 2 +- source/Items/ItemSword.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Items') diff --git a/source/Items/ItemShears.h b/source/Items/ItemShears.h index f1424ee2e..dbdfeff5d 100644 --- a/source/Items/ItemShears.h +++ b/source/Items/ItemShears.h @@ -53,7 +53,7 @@ public: { return true; } - } // switch (a_BlockType + } // switch (a_BlockType) return false; } } ; diff --git a/source/Items/ItemSword.h b/source/Items/ItemSword.h index 327c39a40..37b9ef32d 100644 --- a/source/Items/ItemSword.h +++ b/source/Items/ItemSword.h @@ -16,6 +16,6 @@ public: virtual bool CanHarvestBlock(BLOCKTYPE a_BlockType) override { - return a_BlockType == E_BLOCK_COBWEB; + return (a_BlockType == E_BLOCK_COBWEB); } }; \ No newline at end of file -- cgit v1.2.3