Fix TeleportRequest.java
This commit is contained in:
parent
b04ec4eab6
commit
eb0a8eadaf
|
|
@ -19,7 +19,7 @@ public class TeleportRequest extends Request {
|
|||
cancel();
|
||||
return;
|
||||
}
|
||||
target().teleportAsync(requester().getLocation()).thenAccept(result -> playTeleportSounds());
|
||||
requester().teleportAsync(target().getLocation()).thenAccept(result -> playTeleportSounds());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user