From 000219a5ff183e469129e5804d0a6090d6b47b26 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 30 Jul 2023 18:12:47 -0400 Subject: 1.7.5 rc4 --- .../hideAndSeek/command/location/Locations.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java') diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java b/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java deleted file mode 100644 index c1316f8..0000000 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.tylermurphy.hideAndSeek.command.location; - -/** - * @author bobby29831 - */ -public enum Locations { - - GAME, - LOBBY, - EXIT, - SEEKER; - - public String message() { - return this + "_SPAWN"; - } - -} \ No newline at end of file -- cgit v1.2.3-freya