summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-08-30 01:03:34 +0100
committerKHobbits <rob@khobbits.co.uk>2013-08-30 11:05:27 +0100
commit7e0f1f0d057e58e777ea068548f15cd98c5b90a9 (patch)
tree12ae4ff50c8540f9da0e8e0db5410cf8ef3cdf50
parenta30d94d4e875d0da4daccbe6fbd1baa1ce926737 (diff)
downloadEssentials-7e0f1f0d057e58e777ea068548f15cd98c5b90a9.tar
Essentials-7e0f1f0d057e58e777ea068548f15cd98c5b90a9.tar.gz
Essentials-7e0f1f0d057e58e777ea068548f15cd98c5b90a9.tar.lz
Essentials-7e0f1f0d057e58e777ea068548f15cd98c5b90a9.tar.xz
Essentials-7e0f1f0d057e58e777ea068548f15cd98c5b90a9.zip
This tp req cancel isn't needed anymore.
-rw-r--r--Essentials/src/com/earth2me/essentials/Teleport.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/Teleport.java b/Essentials/src/com/earth2me/essentials/Teleport.java
index 8d6ec0c78..f6701f99e 100644
--- a/Essentials/src/com/earth2me/essentials/Teleport.java
+++ b/Essentials/src/com/earth2me/essentials/Teleport.java
@@ -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);
}