mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
This tp req cancel isn't needed anymore.
This commit is contained in:
parent
62b4348842
commit
52e9cc6ba1
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ public class Teleport implements net.ess3.api.ITeleport
|
|||
{
|
||||
cancel(false);
|
||||
teleportee.setLastLocation();
|
||||
teleportee.requestTeleport(null, false);
|
||||
teleportee.getBase().teleport(LocationUtil.getSafeDestination(teleportee, target.getLocation()), cause);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue