diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-13 22:08:36 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-13 22:08:36 +0200 |
commit | 4cdf776759fe3790716ae17f5b4d69038bf69942 (patch) | |
tree | 962d63e4be6c6de3e1751ebc8a9878f30f8d3c36 /source/Blocks | |
parent | Removed place on top and side preventions (diff) | |
download | cuberite-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.h | 6 |
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] ) { |