diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-20 15:50:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 15:50:52 +0200 |
commit | 68cced73afe546328cf94ed07c57deee47bfadec (patch) | |
tree | 88be88e3fd4a208b9849e526f1877caa44058ab5 /src/BlockInfo.cpp | |
parent | Added armor and shulker box cleaning (#4875) (diff) | |
download | cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.gz cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.bz2 cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.lz cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.xz cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.zst cuberite-68cced73afe546328cf94ed07c57deee47bfadec.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockInfo.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index f7f2b392c..5078997a8 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -2,7 +2,6 @@ #include "BlockInfo.h" #include "BlockType.h" -#include "Blocks/BlockHandler.h" @@ -422,15 +421,6 @@ cBlockInfo::cBlockInfo(): -cBlockHandler * cBlockInfo::GetHandler(BLOCKTYPE a_Type) -{ - return &cBlockHandler::GetBlockHandler(a_Type); -} - - - - - float cBlockInfo::GetExplosionAbsorption(const BLOCKTYPE Block) { switch (Block) |