summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java
diff options
context:
space:
mode:
authorbobby29831 <84546230+bobby29831@users.noreply.github.com>2022-05-14 22:27:34 -0500
committerGitHub <noreply@github.com>2022-05-14 22:27:34 -0500
commitd3e81515345f846ab531a4a0ff36117c624618ae (patch)
tree644a3745e322f9ce32cd455250ef8241436f7fed /src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java
parentrefactor: simplify Locations.java class (diff)
parentdebug menu and 1.8/1.14 fixes (diff)
downloadkenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.tar.gz
kenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.tar.bz2
kenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.zip
Merge branch 'tylermurphy534:1.4.3' into 1.4.3
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java b/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java
index e0fc033..50d1776 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/LocationUtils.java
@@ -1,7 +1,6 @@
package net.tylermurphy.hideAndSeek.command.location.util;
import net.tylermurphy.hideAndSeek.Main;
-import net.tylermurphy.hideAndSeek.game.Game;
import net.tylermurphy.hideAndSeek.game.util.Status;
import org.bukkit.Location;
import org.bukkit.World;
@@ -14,6 +13,9 @@ import java.util.function.Consumer;
import static net.tylermurphy.hideAndSeek.configuration.Config.*;
import static net.tylermurphy.hideAndSeek.configuration.Localization.message;
+/**
+ * @author bobby29831
+ */
public class LocationUtils {
/**