diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-04-17 19:31:43 +0200 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-04-17 19:31:43 +0200 |
commit | 0086fcfef18db58f3a4509853399c0a9b610e950 (patch) | |
tree | fa84dc65a061981a56c3040ef3ff87adb4182885 /src/Item.h | |
parent | Modified many things (diff) | |
download | cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.gz cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.bz2 cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.lz cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.xz cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.zst cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.zip |
Diffstat (limited to '')
-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 987dea2a9..00316c188 100644 --- a/src/Item.h +++ b/src/Item.h @@ -180,7 +180,7 @@ public: /** Enchants the item using the specified number of XP levels. Returns true if item enchanted, false if not. */ - bool EnchantByXPLevels(int a_NumXPLevels, cPlayer & a_Player, bool a_BlockConflictingEnchantments, bool a_DeleteLevelFromPlayer); // tolua_export + bool EnchantByXPLevels(int a_NumXPLevels); // tolua_export // tolua_begin |