summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-07-26 17:09:59 +0200
committerHowaner <franzi.moos@googlemail.com>2014-07-26 17:09:59 +0200
commitc2a2aea9f8808b9742fedbfc8c8864cb9082afd5 (patch)
tree1893d8bfc25a765910e96e1fd93505f46685e55c
parentRename function. (diff)
downloadcuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar.gz
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar.bz2
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar.lz
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar.xz
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.tar.zst
cuberite-c2a2aea9f8808b9742fedbfc8c8864cb9082afd5.zip
-rw-r--r--src/Items/ItemHoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemHoe.h b/src/Items/ItemHoe.h
index 6523b36d9..8d0b71478 100644
--- a/src/Items/ItemHoe.h
+++ b/src/Items/ItemHoe.h
@@ -33,7 +33,7 @@ public:
}
- virtual short GetDurabilityLostWithThatAction(eDurabilityLostAction a_Action) override
+ virtual short GetDurabilityLossByAction(eDurabilityLostAction a_Action) override
{
return 0;
}