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