This tp req cancel isn't needed anymore.

This commit is contained in:
KHobbits 2013-08-30 01:03:34 +01:00
parent 62b4348842
commit 52e9cc6ba1

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);
}