EggThrow - remove extra stuff

This commit is contained in:
Taylor Kelly 2011-01-11 03:02:30 -05:00
parent 0b4916afd6
commit e35b9b594a

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
*