1
0

Removed leftover DoesAllowBlockOnTop

This commit is contained in:
Tiger Wang
2013-09-15 12:18:14 +01:00
parent 4cdf776759
commit 411f0b5fa4
3 changed files with 1 additions and 22 deletions

View File

@@ -404,15 +404,6 @@ bool cBlockHandler::DoesIgnoreBuildCollision(void)
bool cBlockHandler::DoesAllowBlockOnTop(void)
{
return true;
}
bool cBlockHandler::CanBePlacedOnSide(void)
{
return true;