summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-17 01:15:38 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-17 01:15:38 +0200
commita89524d5330ffbdbaea1d38421dabe8d8f62999e (patch)
tree4100b3ccc6d3ba6681f6a9e22cfb5bad8cd61feb /src/World.h
parentWrong arrow commit. (diff)
downloadcuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.gz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.bz2
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.lz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.xz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.zst
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index 86cbb3e7e..cd465bece 100644
--- a/src/World.h
+++ b/src/World.h
@@ -511,7 +511,7 @@ public:
virtual void DoExplosionAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData) override; // tolua_export
/** Calls the callback for the block entity at the specified coords; returns false if there's no block entity at those coords, true if found */
- bool DoWithBlockEntityAt(int a_BlockX, int a_BlockY, int a_BlockZ, cBlockEntityCallback & a_Callback); // Exported in ManualBindings.cpp
+ virtual bool DoWithBlockEntityAt(int a_BlockX, int a_BlockY, int a_BlockZ, cBlockEntityCallback & a_Callback) override; // Exported in ManualBindings.cpp
/** Calls the callback for the chest at the specified coords; returns false if there's no chest at those coords, true if found */
bool DoWithChestAt(int a_BlockX, int a_BlockY, int a_BlockZ, cChestCallback & a_Callback); // Exported in ManualBindings.cpp