diff options
Diffstat (limited to 'src/Items/ItemSnow.h')
-rw-r--r-- | src/Items/ItemSnow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Items/ItemSnow.h b/src/Items/ItemSnow.h index 551b4d922..87fa71e5f 100644 --- a/src/Items/ItemSnow.h +++ b/src/Items/ItemSnow.h @@ -7,7 +7,7 @@ -class cItemSnowHandler : +class cItemSnowHandler final : public cItemHandler { using Super = cItemHandler; @@ -18,7 +18,7 @@ public: private: - virtual bool CommitPlacement(cPlayer & a_Player, const cItem & a_HeldItem, const Vector3i a_PlacePosition, const eBlockFace a_ClickedBlockFace, const Vector3i a_CursorPosition) override + virtual bool CommitPlacement(cPlayer & a_Player, const cItem & a_HeldItem, const Vector3i a_PlacePosition, const eBlockFace a_ClickedBlockFace, const Vector3i a_CursorPosition) const override { BLOCKTYPE Block; NIBBLETYPE Meta; |