This commit is contained in:
HaHaWTH
2023-12-08 11:01:56 +08:00
parent f04b60c0c8
commit 54dfde335a
@@ -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 {