diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemHoe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Items/ItemHoe.h b/src/Items/ItemHoe.h index 8fe53c343..a0bf44a93 100644 --- a/src/Items/ItemHoe.h +++ b/src/Items/ItemHoe.h @@ -75,5 +75,6 @@ public: case dlaBreakBlock: return 0; case dlaBreakBlockInstant: return 0; } + UNREACHABLE("Unsupported durability loss action"); } } ; |