diff options
Diffstat (limited to '')
-rw-r--r-- | source/items/ItemCloth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemCloth.h b/source/items/ItemCloth.h index 805e90cb4..e3ab0c74b 100644 --- a/source/items/ItemCloth.h +++ b/source/items/ItemCloth.h @@ -11,7 +11,7 @@ public: {
}
- virtual char GetBlockMeta(char a_ItemMeta)
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override
{
return a_ItemMeta;
}
|