summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSword.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-07-26 13:26:14 +0200
committerHowaner <franzi.moos@googlemail.com>2014-07-26 13:26:14 +0200
commit4de8f5ca2926068eb855ba19c35de2a63ddebf28 (patch)
tree68dc829d31c16278ee5a7f4d63f9ac1fa3831a81 /src/Items/ItemSword.h
parentMerge branch 'master' into Inventory2 (diff)
downloadcuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.gz
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.bz2
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.lz
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.xz
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.tar.zst
cuberite-4de8f5ca2926068eb855ba19c35de2a63ddebf28.zip
Diffstat (limited to 'src/Items/ItemSword.h')
-rw-r--r--src/Items/ItemSword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemSword.h b/src/Items/ItemSword.h
index 1a17023ef..b90965535 100644
--- a/src/Items/ItemSword.h
+++ b/src/Items/ItemSword.h
@@ -44,7 +44,7 @@ public:
}
- virtual short GetDurabilityLostWithThatAction(eDurabilityLostAction a_Action) override
+ virtual short GetDurabilityLossByAction(eDurabilityLostAction a_Action) override
{
switch (a_Action)
{