1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 12:01:20 +02:00

This tp req cancel isn't needed anymore.

This commit is contained in:
KHobbits
2013-08-30 01:03:34 +01:00
parent a30d94d4e8
commit 7e0f1f0d05

View File

@@ -96,7 +96,6 @@ public class Teleport implements net.ess3.api.ITeleport
{ {
cancel(false); cancel(false);
teleportee.setLastLocation(); teleportee.setLastLocation();
teleportee.requestTeleport(null, false);
teleportee.getBase().teleport(LocationUtil.getSafeDestination(teleportee, target.getLocation()), cause); teleportee.getBase().teleport(LocationUtil.getSafeDestination(teleportee, target.getLocation()), cause);
} }