From 54dfde335acbcfdf9d08d2e64673be0529fac92c Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 8 Dec 2023 11:01:56 +0800 Subject: [PATCH] Update --- src/main/java/fr/xephi/authme/util/TeleportUtils.java | 4 ++++ 1 file changed, 4 insertions(+) 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 {