Ripped out a metric SHIT TON of useless code
This commit is contained in:
parent
bf18473750
commit
9e8449e3c9
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
package alisolarflare.modules.events.uhc;
|
||||
|
||||
public enum MatchState {
|
||||
|
||||
SETUP, INTRO, PEACE, TENSION, POWER, END
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.bukkit.scheduler.BukkitTask;
|
|||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public class PlayerPowerCyclingListener implements Listener {
|
||||
|
|
Loading…
Reference in a new issue