forked from StarOpenSource/Engine
Fix bug
This commit is contained in:
parent
3256224329
commit
7147ab3a5a
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue