1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +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);
teleportee.setLastLocation();
teleportee.requestTeleport(null, false);
teleportee.getBase().teleport(LocationUtil.getSafeDestination(teleportee, target.getLocation()), cause);
}