diff options
Diffstat (limited to '')
-rw-r--r-- | src/Physics/Explodinator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Physics/Explodinator.cpp b/src/Physics/Explodinator.cpp index b220508ce..72d050c59 100644 --- a/src/Physics/Explodinator.cpp +++ b/src/Physics/Explodinator.cpp @@ -241,7 +241,6 @@ namespace Explodinator Currently missing conduits from 1.13 */ static bool BlockAlwaysDrops(const BLOCKTYPE a_Block) { - // If it's a Shulker box if (IsBlockShulkerBox(a_Block)) { return true; |