diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-07-04 21:56:15 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-07-04 21:56:15 -0600 |
commit | 27c90aaed911ba382542cd761c8b01e24b042000 (patch) | |
tree | ddfaac129bce057815ce0834c1613d33d65ac72b /src/net/brysonsteck/Resurrection/commands/CommandAbout.java | |
parent | 6c39053bdf64ac130daee2bf3b44ce1c025b4dbd (diff) | |
download | resurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar resurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar.gz resurrection-27c90aaed911ba382542cd761c8b01e24b042000.tar.bz2 |
code cleanup
Diffstat (limited to 'src/net/brysonsteck/Resurrection/commands/CommandAbout.java')
-rw-r--r-- | src/net/brysonsteck/Resurrection/commands/CommandAbout.java | 1 |
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; |