diff options
| author | bobby29831 <bobby29831@gmail.com> | 2022-05-13 11:18:09 -0500 |
|---|---|---|
| committer | bobby29831 <bobby29831@gmail.com> | 2022-05-13 11:18:09 -0500 |
| commit | 619377c72f737139d12fb97be0de07b183f067b8 (patch) | |
| tree | 6009425571b5b8980982ed40889f92fa2edded3f /src/main/java/net/tylermurphy/hideAndSeek/command/Top.java | |
| parent | parallel change on master (diff) | |
| download | kenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.tar.gz kenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.tar.bz2 kenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.zip | |
refactor: optimize imports
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Top.java')
| -rw-r--r-- | src/main/java/net/tylermurphy/hideAndSeek/command/Top.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/Top.java b/src/main/java/net/tylermurphy/hideAndSeek/command/Top.java index 51e3574..d362bba 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/Top.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Top.java @@ -27,8 +27,8 @@ import org.bukkit.command.CommandSender; import java.util.List; -import static net.tylermurphy.hideAndSeek.configuration.Config.*; -import static net.tylermurphy.hideAndSeek.configuration.Localization.*; +import static net.tylermurphy.hideAndSeek.configuration.Config.errorPrefix; +import static net.tylermurphy.hideAndSeek.configuration.Localization.message; public class Top implements ICommand { |