mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-12 18:31:41 +01:00
Fix GlobalEventHandler
This commit is contained in:
parent
523c9b512a
commit
c5cf7e4ab2
@ -7,7 +7,7 @@ import java.util.function.Consumer;
|
|||||||
/**
|
/**
|
||||||
* Object containing all the global event listeners.
|
* Object containing all the global event listeners.
|
||||||
*/
|
*/
|
||||||
public final class GlobalEventHandler extends EventNode<Event> {
|
public final class GlobalEventHandler extends EventNodeImpl<Event> {
|
||||||
public GlobalEventHandler() {
|
public GlobalEventHandler() {
|
||||||
super("global", EventFilter.ALL, null);
|
super("global", EventFilter.ALL, null);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user