EggThrow - remove extra stuff

This commit is contained in:
Taylor Kelly
2011-01-11 03:02:30 -05:00
parent e732e72985
commit b6a573c31f

View File

@@ -342,16 +342,6 @@ public abstract class Event {
* SERVER EVENTS
*/
/**
* Called when a timer has expired
*/
TIMER_EXPIRED(Category.SERVER),
/**
* Called when a timer has been removed from the server.
*/
TIMER_UNREGISTERED(Category.SERVER),
/**
* Called when a plugin is enabled
*