Remove unused import

This commit is contained in:
Allink 2022-06-05 21:21:55 +01:00
parent 5fe48cfd7f
commit 6139ece8f1
No known key found for this signature in database
GPG Key ID: 7F1F1B98F0FAAD13
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.event.block.BlockPlaceEvent;
import org.bukkit.event.block.BlockRedstoneEvent;
public class BlockListener extends PlexListener
{