Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyklon73 committed Jan 23, 2024
1 parent 8098630 commit e043c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/cyklon/jevent/JEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private <D> void registerListener(@NotNull ReflectClass<D> clazz) {
else obj = internal==null ? null : internal.cast(null);
params[i] = obj;
}
con.newInstance(params);
instance = con.newInstance(params);
}
}

Expand Down

0 comments on commit e043c52

Please sign in to comment.