Merge pull request #67

We don't wanna talk about this, are we?
This commit is contained in:
Will FP 2021-09-19 17:23:40 +01:00 committed by GitHub
commit 68487736e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,6 @@ public class InfernalTouch extends EcoEnchant {
@EventHandler
public void infernalTouchBreak(@NotNull final BlockDropItemEvent event) {
System.out.println("Drop event");
Player player = event.getPlayer();
Block block = event.getBlock();