diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-02 07:18:00 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-02 07:18:00 -0400 |
commit | bb254145ed0bb56d0482f6ba34e05cb728a7c8cc (patch) | |
tree | 9e2c645f417a1a1d77855e068b213fe4369fd056 /src/main/java/net/tylermurphy/hideAndSeek/command/SetExitLocation.java | |
parent | 1.7.0 beta 1 (diff) | |
download | kenshinshideandseek-bb254145ed0bb56d0482f6ba34e05cb728a7c8cc.tar.gz kenshinshideandseek-bb254145ed0bb56d0482f6ba34e05cb728a7c8cc.tar.bz2 kenshinshideandseek-bb254145ed0bb56d0482f6ba34e05cb728a7c8cc.zip |
1.7.0 beta 2
Diffstat (limited to '')
-rw-r--r-- | src/main/java/net/tylermurphy/hideAndSeek/command/SetExitLocation.java (renamed from src/main/java/net/tylermurphy/hideAndSeek/command/location/SetExitLocation.java) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/location/SetExitLocation.java b/src/main/java/net/tylermurphy/hideAndSeek/command/SetExitLocation.java index 01e1512..874909b 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/location/SetExitLocation.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/SetExitLocation.java @@ -17,11 +17,11 @@ * */ -package net.tylermurphy.hideAndSeek.command.location; +package net.tylermurphy.hideAndSeek.command; import net.tylermurphy.hideAndSeek.command.util.Command; -import net.tylermurphy.hideAndSeek.command.location.util.LocationUtils; -import net.tylermurphy.hideAndSeek.command.location.util.Locations; +import net.tylermurphy.hideAndSeek.command.location.LocationUtils; +import net.tylermurphy.hideAndSeek.command.location.Locations; import org.bukkit.entity.Player; import java.util.List; |