summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-04 18:23:03 +0100
committerMattes D <github@xoft.cz>2014-02-04 18:23:03 +0100
commit0ceb0ef607ac94315ea23c35dd7a57c4c5c27508 (patch)
tree23ab496c5f20c54c0ccaef76aa682c44e85e4fe6 /src/Item.h
parentFixed calling plugins with userdata params. (diff)
parentFixed indentation (diff)
downloadcuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar.gz
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar.bz2
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar.lz
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar.xz
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.tar.zst
cuberite-0ceb0ef607ac94315ea23c35dd7a57c4c5c27508.zip
Diffstat (limited to 'src/Item.h')
-rw-r--r--src/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.h b/src/Item.h
index 727965112..7781db0cb 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -167,7 +167,7 @@ public:
void FromJson(const Json::Value & a_Value);
/// Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements)
- static bool IsEnchantable(short a_ItemType);
+ static bool IsEnchantable(short a_ItemType); // tolua_export
// tolua_begin