summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFire.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-08-11 22:34:33 +0200
committerHowaner <franzi.moos@googlemail.com>2014-08-11 22:34:33 +0200
commit74fabb079c710ab9f81e0b7ee30a8a3e3604595c (patch)
treec42c81a4de6d3cbe19fc62b976062b6bc2c160e1 /src/Blocks/BlockFire.h
parentFixed cancelled fire interact from all directions. (diff)
downloadcuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar.gz
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar.bz2
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar.lz
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar.xz
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.tar.zst
cuberite-74fabb079c710ab9f81e0b7ee30a8a3e3604595c.zip
Diffstat (limited to 'src/Blocks/BlockFire.h')
-rw-r--r--src/Blocks/BlockFire.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Blocks/BlockFire.h b/src/Blocks/BlockFire.h
index f52825362..df50d5962 100644
--- a/src/Blocks/BlockFire.h
+++ b/src/Blocks/BlockFire.h
@@ -40,11 +40,6 @@ public:
FindAndSetPortalFrame(a_BlockX, a_BlockY - 1, a_BlockZ, a_ChunkInterface, a_WorldInterface);
}
- virtual void OnDigging(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override
- {
- a_ChunkInterface.DigBlock(a_WorldInterface, a_BlockX, a_BlockY, a_BlockZ);
- }
-
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
{
// No pickups from this block