diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemSword.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemSword.h b/src/Items/ItemSword.h index 26372cc40..46c88b49d 100644 --- a/src/Items/ItemSword.h +++ b/src/Items/ItemSword.h @@ -59,7 +59,7 @@ public: - virtual float GetBlockBreakingStrength(BLOCKTYPE a_Block) + virtual float GetBlockBreakingStrength(BLOCKTYPE a_Block) override { if (a_Block == E_BLOCK_COBWEB) { |