From ddb3719f4ba5b323ee23d01a4d74acc9e8ba09cb Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Wed, 3 Jan 2024 19:09:21 +0000 Subject: [PATCH] Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java --- .../slimefun4/implementation/listeners/BlockListener.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java index 3f5f49d8bf..c214c33a2c 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java @@ -303,7 +303,8 @@ private void checkForSensitiveBlockAbove(Player player, Block block, ItemStack i * @param count * The amount of times this has been recursively called */ - //disabled for now due to #4069 + // Disabled for now due to #4069 - Servers crashing due to this check + // There is additionally a second bug with `getMaxChainedNeighborUpdates` not existing in 1.17 @ParametersAreNonnullByDefault private void checkForSensitiveBlocks(Block block, Integer count, boolean isDropItems) { /*