summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-08-09 13:43:20 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-08-09 13:43:20 -0400
commitd64dce4a26b69d202f9d2943da8da0d3bc9ddad2 (patch)
tree23cef1d812fa41c2185e8ce86b9d176cd950de0b /src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java
parentMerge pull request #72 from tylermurphy534/1.6.0 (diff)
downloadkenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.tar.gz
kenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.tar.bz2
kenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.zip
block solidify time, seeker lobby
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java b/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java
index 137bc69..35f74ea 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java
@@ -7,7 +7,8 @@ public enum Locations {
GAME("spawns.game"),
LOBBY("spawns.lobby"),
- EXIT("spawns.exit");
+ EXIT("spawns.exit"),
+ SEEKER("spawns.seeker");
private final String path;
Locations(String path) {