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:
parent
3eff147355
commit
520dee1a90
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user