Removed torch top placement prevention
This commit is contained in:
parent
1cbb38fb02
commit
4cdf776759
@ -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] ) {
|
||||
|
Loading…
Reference in New Issue
Block a user