diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-14 21:12:27 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-14 21:12:27 -0400 |
commit | 90b99235257770e39a96f4d54293e4ebd7f6256c (patch) | |
tree | 4fd54e98a3be0b7705049823cb43e7b810b1699e /src/main/java/net/tylermurphy/hideAndSeek/command/location/util/Locations.java | |
parent | Merge pull request #54 from bobby29831/1.4.3 (diff) | |
download | kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.gz kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.bz2 kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.zip |
debug menu and 1.8/1.14 fixes
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.java | 3 |
1 files changed, 3 insertions, 0 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 bde5456..59e1517 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 @@ -1,5 +1,8 @@ package net.tylermurphy.hideAndSeek.command.location.util; +/** + * @author bobby29831 + */ public enum Locations { GAME("spawns.game", "GAME_SPAWN"), |