summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-10-20 20:14:01 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2021-10-20 20:14:01 -0400
commitfc87556d8c0cc92b856ad682e4b3cbc964514eee (patch)
tree5596f89ec062d560a161722c8b87bec44aa288fd /src/main/java/net/tylermurphy/hideAndSeek/command/About.java
parentglow fix, on join code change (diff)
downloadkenshinshideandseek-fc87556d8c0cc92b856ad682e4b3cbc964514eee.tar.gz
kenshinshideandseek-fc87556d8c0cc92b856ad682e4b3cbc964514eee.tar.bz2
kenshinshideandseek-fc87556d8c0cc92b856ad682e4b3cbc964514eee.zip
teams reference rewrite
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/About.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/About.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
index 3c4a8f0..4b207fb 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
@@ -3,8 +3,6 @@ package net.tylermurphy.hideAndSeek.command;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
-import net.tylermurphy.hideAndSeek.util.ICommand;
-
public class About implements ICommand {
public void execute(CommandSender sender, String[] args) {