summaryrefslogtreecommitdiffstats
path: root/source/Inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Inventory.h')
-rw-r--r--source/Inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Inventory.h b/source/Inventory.h
index 572a566e1..395ca8982 100644
--- a/source/Inventory.h
+++ b/source/Inventory.h
@@ -135,11 +135,11 @@ public:
const cItem & GetEquippedLeggings (void) const { return m_ArmorSlots.GetSlot(2); }
const cItem & GetEquippedBoots (void) const { return m_ArmorSlots.GetSlot(3); }
+ // tolua_end
+
/// Sends the slot contents to the owner
void SendSlot(int a_SlotNum);
- // tolua_end
-
/// Converts an armor slot number into the ID for the EntityEquipment packet
static int ArmorSlotNumToEntityEquipmentID(short a_ArmorSlotNum);