Bug Fixes

This commit is contained in:
Brian 2018-12-17 16:10:43 +02:00
parent 14753fab86
commit 4813fc9032
3 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ public class TreeFallEvent implements Listener {
TreeChecker treeChecker = new TreeChecker();
HashSet<Block> blocks = treeChecker.validTreeHandler(event.getBlock());
Bukkit.broadcastMessage(blocks.toString());
/*
Previous list will be null if no valid tree is found
*/

Binary file not shown.