mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-08 16:32:07 +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.
|
||||
*/
|
||||
public final class GlobalEventHandler extends EventNode<Event> {
|
||||
public final class GlobalEventHandler extends EventNodeImpl<Event> {
|
||||
public GlobalEventHandler() {
|
||||
super("global", EventFilter.ALL, null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user