Fixed a screwup with a custom event

This commit is contained in:
Evenprime 2012-01-31 17:54:38 +01:00
parent 11827a89df
commit 6e68ffed4b

View File

@ -63,4 +63,8 @@ public class NoCheatLogEvent extends Event {
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() {
return handlers;
}
}