This commit is contained in:
TheMode 2021-08-22 04:39:53 +02:00
parent d4f8aa6fcb
commit ab91c08a66
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class EventNodeImpl<T extends Event> implements EventNode<T> {
return;
}
// Worth case scenario, try to run everything
// Worse case scenario, try to run everything
this.listeners.add(e -> {
if (hasPredicate) {
final var value = filter.getHandler(e);