dum
This commit is contained in:
JeremyStar™ 2024-07-23 17:46:30 +02:00
parent 2f963e86ef
commit 7b70cf8511
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -152,7 +152,7 @@ public class EventHelper {
try {
method.invoke(arguments);
} catch (UnexpectedThrowableException exception) {
logger.crash("Event listener method " + method.getName() + " could not be called as an error occured during reflection", exception, true);
logger.crash("Event listener method " + method.getName() + " could not be called as an error occurred during reflection", exception, true);
} catch (NoAccessException exception) {
logger.warn("Event listener method " + method.getName() + " could not be called as the method could not be accessed");
} catch (InvalidMethodSignature exception) {