1
0

Removed torch top placement prevention

This commit is contained in:
Tiger Wang 2013-09-13 21:08:36 +01:00
parent 1cbb38fb02
commit 4cdf776759

View File

@ -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] ) {