summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/ChestEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockEntities/ChestEntity.cpp')
-rw-r--r--src/BlockEntities/ChestEntity.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp
index 9ede18759..3c80a7aa3 100644
--- a/src/BlockEntities/ChestEntity.cpp
+++ b/src/BlockEntities/ChestEntity.cpp
@@ -144,6 +144,15 @@ bool cChestEntity::UsedBy(cPlayer * a_Player)
+cChestEntity * cChestEntity::GetNeighbour()
+{
+ return m_Neighbour;
+}
+
+
+
+
+
void cChestEntity::ScanNeighbours()
{
// Callback for finding neighbouring chest.