diff options
Diffstat (limited to 'tests/LoadablePieces/Stubs.cpp')
-rw-r--r-- | tests/LoadablePieces/Stubs.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/LoadablePieces/Stubs.cpp b/tests/LoadablePieces/Stubs.cpp index b1f61212b..0a8f2cb63 100644 --- a/tests/LoadablePieces/Stubs.cpp +++ b/tests/LoadablePieces/Stubs.cpp @@ -193,15 +193,6 @@ bool cBlockHandler::CanBeAt(cChunkInterface & a_ChunkInterface, int a_BlockX, in -bool cBlockHandler::CanDirtGrowGrass(NIBBLETYPE a_Meta) -{ - return true; -} - - - - - bool cBlockHandler::IsUseable() { return false; |