diff options
author | Mattes D <github@xoft.cz> | 2014-02-04 18:23:03 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-04 18:23:03 +0100 |
commit | 0ceb0ef607ac94315ea23c35dd7a57c4c5c27508 (patch) | |
tree | 23ab496c5f20c54c0ccaef76aa682c44e85e4fe6 /src/Item.h | |
parent | Fixed calling plugins with userdata params. (diff) | |
parent | Fixed indentation (diff) | |
download | cuberite-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.h | 2 |
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 |