mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 00:29:59 +01:00
Fixed a screwup with a custom event
This commit is contained in:
parent
11827a89df
commit
6e68ffed4b
@ -63,4 +63,8 @@ public class NoCheatLogEvent extends Event {
|
||||
public HandlerList getHandlers() {
|
||||
return handlers;
|
||||
}
|
||||
|
||||
public static HandlerList getHandlerList() {
|
||||
return handlers;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user