1
0

Fixed a copypasta error in previous commit

git-svn-id: http://mc-server.googlecode.com/svn/trunk@676 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-07-16 19:10:12 +00:00
parent 3eff147355
commit 520dee1a90

View File

@ -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);