Ripped out a metric SHIT TON of useless code

This commit is contained in:
alisolarflare 2016-11-02 15:33:32 -04:00
parent bf18473750
commit 9e8449e3c9
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
package alisolarflare.modules.events.uhc; package alisolarflare.modules.events.uhc;
public enum MatchState { public enum MatchState {
SETUP, INTRO, PEACE, TENSION, POWER, END
} }

View file

@ -6,7 +6,7 @@ import org.bukkit.scheduler.BukkitTask;
/** /**
* Main launcher for the repeating task that activates the * Main launcher for the repeating task that activates the
* ghostie powers, if an Ultrahardcore Match is going on, * ghostie powers if an Ultrahardcore Match is going on,
* and it's time for powers to activate * and it's time for powers to activate
*/ */
public class PlayerPowerCyclingListener implements Listener { public class PlayerPowerCyclingListener implements Listener {