diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-07-26 17:09:59 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-07-26 17:09:59 +0200 |
commit | c2a2aea9f8808b9742fedbfc8c8864cb9082afd5 (patch) | |
tree | 1893d8bfc25a765910e96e1fd93505f46685e55c /src/Items/ItemHoe.h | |
parent | Rename function. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemHoe.h | 2 |
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; } |