diff --git a/src/main/java/fr/xephi/authme/util/TeleportUtils.java b/src/main/java/fr/xephi/authme/util/TeleportUtils.java index ab489812..608db4f6 100644 --- a/src/main/java/fr/xephi/authme/util/TeleportUtils.java +++ b/src/main/java/fr/xephi/authme/util/TeleportUtils.java @@ -20,6 +20,10 @@ public class TeleportUtils { } } + /** + * @param player The player to be teleported + * @param location Where should the player be teleported + */ public static void teleport(Player player, Location location) { if (teleportAsyncMethod != null) { try {