summaryrefslogtreecommitdiffstats
path: root/source/items/ItemSapling.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/items/ItemSapling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemSapling.h b/source/items/ItemSapling.h
index 29c14abee..35a201f81 100644
--- a/source/items/ItemSapling.h
+++ b/source/items/ItemSapling.h
@@ -12,7 +12,7 @@ public:
}
- virtual char GetBlockMeta(char a_ItemMeta)
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override
{
//Only the first 2 bits are important
return a_ItemMeta & 3;