Skip to content

Commit

Permalink
fix compile error (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jun 5, 2022
1 parent ecd4454 commit 17b90a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private EventDispatcher() {
throw new UnsupportedOperationException();
}

public static @NotNull <W, P, I, E extends NpcEvent<W, P, I>> E dispatch(
public static @NotNull <W, P, I, E extends NpcEvent> E dispatch(
@NotNull Platform<W, P, I> platform,
@NotNull E event
) {
Expand Down

0 comments on commit 17b90a8

Please sign in to comment.