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