summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChestEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h
index b129bf429..1e186dc9c 100644
--- a/source/cChestEntity.h
+++ b/source/cChestEntity.h
@@ -41,7 +41,7 @@ public:
virtual void SendTo(cClientHandle & a_Client) override;
- virtual void UsedBy( cPlayer * a_Player ) override; //tolua_export
+ virtual void UsedBy( cPlayer * a_Player ); //tolua_export
cChestEntity * GetJoinedChest() { return m_JoinedChest; } // NOTE: Is this a safe function? Should it be exported to Lua?
void SetJoinedChest(cChestEntity *a_Chest) { m_JoinedChest = a_Chest; }