This commit is contained in:
JeremyStar™ 2024-06-09 22:16:18 +02:00
parent 3256224329
commit 7147ab3a5a
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -42,9 +42,7 @@ public final class LogEvent implements Event {
*/ */
@Deprecated @Deprecated
@Override @Override
public void callEvent() { public void callEvent() {}
EventHelper.invokeAnnotatedMethods(getClass());
}
/** /**
* Calls the event and notifies all annotated methods about it. * Calls the event and notifies all annotated methods about it.