Update
This commit is contained in:
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) {
|
public static void teleport(Player player, Location location) {
|
||||||
if (teleportAsyncMethod != null) {
|
if (teleportAsyncMethod != null) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user