summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java
diff options
context:
space:
mode:
authorbobby29831 <bobby29831@gmail.com>2022-05-13 11:18:09 -0500
committerbobby29831 <bobby29831@gmail.com>2022-05-13 11:18:09 -0500
commit619377c72f737139d12fb97be0de07b183f067b8 (patch)
tree6009425571b5b8980982ed40889f92fa2edded3f /src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java
parentparallel change on master (diff)
downloadkenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.tar.gz
kenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.tar.bz2
kenshinshideandseek-619377c72f737139d12fb97be0de07b183f067b8.zip
refactor: optimize imports
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java b/src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java
index 9f4101a..f369f29 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/SetBounds.java
@@ -19,14 +19,13 @@
package net.tylermurphy.hideAndSeek.command;
-import static net.tylermurphy.hideAndSeek.configuration.Config.*;
-
import net.tylermurphy.hideAndSeek.game.Game;
import net.tylermurphy.hideAndSeek.util.Status;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
-import static net.tylermurphy.hideAndSeek.configuration.Localization.*;
+import static net.tylermurphy.hideAndSeek.configuration.Config.*;
+import static net.tylermurphy.hideAndSeek.configuration.Localization.message;
public class SetBounds implements ICommand {