Skip to content

Commit

Permalink
Update src/main/java/io/github/thebusybiscuit/slimefun4/implementatio…
Browse files Browse the repository at this point in the history
…n/listeners/BlockListener.java
  • Loading branch information
WalshyDev authored Jan 3, 2024
1 parent 0545fd5 commit ddb3719
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
/*
Expand Down

0 comments on commit ddb3719

Please sign in to comment.