Skip to content

Commit

Permalink
fix handler list in PreTeleportRequestEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer authored Oct 22, 2024
1 parent e78bff2 commit 1c9eba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public PreTeleportRequestEvent(Player player, String targetPlayerName, @Nullable
this.targetPlayer = targetPlayer;
}

public static HandlerList getHANDLERS() {
public static HandlerList getHandlerList() {
return HANDLERS;
}

Expand Down

0 comments on commit 1c9eba0

Please sign in to comment.