summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHownaer <franzi.moos@googlemail.com>2014-08-28 18:18:21 +0200
committerHownaer <franzi.moos@googlemail.com>2014-08-28 18:18:21 +0200
commit4ff34b9f10368587b7d7ade58977fb8ec7692d73 (patch)
tree39ad5da159158b792a6de3fe05a480958c0229ca /src
parentAdded comments. (diff)
downloadcuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.gz
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.bz2
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.lz
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.xz
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.zst
cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.zip
Diffstat (limited to 'src')
-rw-r--r--src/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.h b/src/Item.h
index 61011d861..316928b9e 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -183,7 +183,7 @@ public:
/** Loads the item data from JSON representation */
void FromJson(const Json::Value & a_Value);
- /** Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) */
+ /** Returns true if the specified item type is enchantable. */
static bool IsEnchantable(short a_ItemType, bool a_WithBook = false); // tolua_export
/** Returns the enchantability of the item. When the item hasn't a enchantability, it will returns 0 */