Skip to content

Commit

Permalink
fix(bukkit): check right class
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBauHD committed Nov 8, 2024
1 parent ddb0097 commit 9a7f522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public TickHook createTickHook() {

@Override
public TickReporter createTickReporter() {
if (classExists("com.destroystokyo.paper.event.server.ServerTickStartEvent")) {
if (classExists("com.destroystokyo.paper.event.server.ServerTickEndEvent")) {
return new PaperTickReporter(this);
}
return null;
Expand Down

0 comments on commit 9a7f522

Please sign in to comment.