diff options
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockBanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockBanner.h b/src/Blocks/BlockBanner.h index 2a6e62aba..cdcdfc179 100644 --- a/src/Blocks/BlockBanner.h +++ b/src/Blocks/BlockBanner.h @@ -19,7 +19,7 @@ public: using Super::Super; - virtual cItems ConvertToPickups(NIBBLETYPE a_BlockMeta, const cEntity * a_Digger, const cItem * a_Tool) const override + virtual cItems ConvertToPickups(const NIBBLETYPE a_BlockMeta, const cItem * const a_Tool) const override { // Drops handled by the block entity: return {}; |