summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemShovel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemShovel.h')
-rw-r--r--src/Items/ItemShovel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Items/ItemShovel.h b/src/Items/ItemShovel.h
index a39e6ecac..49ecf3348 100644
--- a/src/Items/ItemShovel.h
+++ b/src/Items/ItemShovel.h
@@ -31,6 +31,7 @@ public:
case dlaBreakBlock: return 1;
case dlaBreakBlockInstant: return 0;
}
+ UNREACHABLE("Unsupported durability loss action");
}