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
@Override
public void callEvent() {
EventHelper.invokeAnnotatedMethods(getClass());
}
public void callEvent() {}
/**
* Calls the event and notifies all annotated methods about it.