diff options
Diffstat (limited to 'source/Enchantments.h')
-rw-r--r-- | source/Enchantments.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Enchantments.h b/source/Enchantments.h index 30c2fe7b7..c20da654b 100644 --- a/source/Enchantments.h +++ b/source/Enchantments.h @@ -90,11 +90,11 @@ public: /// Returns true if a_Other contains exactly the same enchantments and levels
bool operator ==(const cEnchantments & a_Other) const;
+ // tolua_end
+
/// Returns true if a_Other doesn't contain exactly the same enchantments and levels
bool operator !=(const cEnchantments & a_Other) const;
- // tolua_end
-
/// Writes the enchantments into the specified NBT writer; begins with the LIST tag of the specified name ("ench" or "StoredEnchantments")
void WriteToNBTCompound(cFastNBTWriter & a_Writer, const AString & a_ListTagName) const;
|