summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockTorch.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-13 22:08:36 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-13 22:08:36 +0200
commit4cdf776759fe3790716ae17f5b4d69038bf69942 (patch)
tree962d63e4be6c6de3e1751ebc8a9878f30f8d3c36 /source/Blocks/BlockTorch.h
parentRemoved place on top and side preventions (diff)
downloadcuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar.gz
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar.bz2
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar.lz
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar.xz
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.tar.zst
cuberite-4cdf776759fe3790716ae17f5b4d69038bf69942.zip
Diffstat (limited to '')
-rw-r--r--source/Blocks/BlockTorch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Blocks/BlockTorch.h b/source/Blocks/BlockTorch.h
index 3a50cab77..dfa4bce83 100644
--- a/source/Blocks/BlockTorch.h
+++ b/source/Blocks/BlockTorch.h
@@ -100,12 +100,6 @@ public:
}
- virtual bool DoesAllowBlockOnTop(void) override
- {
- return true;
- }
-
-
static bool CanBePlacedOn(BLOCKTYPE a_BlockType, char a_Direction)
{
if ( g_BlockIsSolid[a_BlockType] ) {