aboutsummaryrefslogtreecommitdiff
path: root/src/net/brysonsteck/Resurrection/commands
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-07-04 21:56:15 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-07-04 21:56:15 -0600
commit27c90aaed911ba382542cd761c8b01e24b042000 (patch)
treeddfaac129bce057815ce0834c1613d33d65ac72b /src/net/brysonsteck/Resurrection/commands
parent6c39053bdf64ac130daee2bf3b44ce1c025b4dbd (diff)
downloadresurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar
resurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar.gz
resurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar.bz2
code cleanup
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands')
-rw-r--r--src/net/brysonsteck/Resurrection/commands/CommandAbout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/commands/CommandAbout.java b/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
index 1bf27fb..a474f6c 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandAbout.java
@@ -1,6 +1,5 @@
package net.brysonsteck.Resurrection.commands;
-import net.brysonsteck.Resurrection.startup.CheckForUpdate;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;