From 661222bd3681d65178933892c7fe688b2bcff8e3 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 1 Jan 2022 22:46:37 -0700 Subject: cleaning up some things --- src/net/brysonsteck/Resurrection/commands/CommandSource.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/net/brysonsteck/Resurrection/commands') diff --git a/src/net/brysonsteck/Resurrection/commands/CommandSource.java b/src/net/brysonsteck/Resurrection/commands/CommandSource.java index 5ac7666..31481e8 100644 --- a/src/net/brysonsteck/Resurrection/commands/CommandSource.java +++ b/src/net/brysonsteck/Resurrection/commands/CommandSource.java @@ -1,14 +1,12 @@ package net.brysonsteck.Resurrection.commands; -import net.brysonsteck.Resurrection.Resurrection; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; -import org.bukkit.plugin.java.JavaPlugin; -import org.bukkit.scheduler.BukkitRunnable; + public class CommandSource implements CommandExecutor { boolean DEBUG; -- cgit v1.2.3