Skip to content

Commit

Permalink
fix typo in TeleportUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedSakura committed Jul 20, 2023
1 parent 3eaf71a commit b1d6e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public interface LastTeleportAddHook {
void run(UUID player, TeleportDestination destination, HashMap<UUID, TeleportDestination> lastTeleportMap);
}

public void addLastTeleportAddHook(LastTeleportAddHook hook) {
public static void addLastTeleportAddHook(LastTeleportAddHook hook) {
LAST_TELEPORT_ADD_HOOKS.add(hook);
}

Expand Down

0 comments on commit b1d6e80

Please sign in to comment.