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