Tutorials moved to escape menu

This commit is contained in:
lieght
2025-12-06 15:04:07 +01:00
parent ea179eb0e2
commit b0c7c74346
4 changed files with 49 additions and 23 deletions

View File

@@ -142,7 +142,7 @@ public final class GlobalEventBus {
try {
callListener(listener, event);
} catch (Throwable e) {
e.printStackTrace();
logger.warn("Exception while handling event: {}", event, e);
}
}
}
@@ -153,7 +153,7 @@ public final class GlobalEventBus {
try {
callListener(listener, event);
} catch (Throwable e) {
e.printStackTrace();
logger.warn("Exception while handling event: {}", event, e);
}
}
}