From 520dee1a909c14421eab48d64e9d8528f82d122c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 16 Jul 2012 19:10:12 +0000 Subject: Fixed a copypasta error in previous commit git-svn-id: http://mc-server.googlecode.com/svn/trunk@676 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/items/Item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/items/Item.h b/source/items/Item.h index f0dcfd415..14780e6ee 100644 --- a/source/items/Item.h +++ b/source/items/Item.h @@ -24,7 +24,7 @@ public: virtual bool IsPlaceable(); virtual BLOCKTYPE GetBlockType(); - virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override; + virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta); virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID); -- cgit v1.2.3