summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-10-04 10:16:35 +0100
committerKHobbits <rob@khobbits.co.uk>2011-10-04 10:16:35 +0100
commit52e674459fc823c0bca2881c2da35e1d689feac8 (patch)
tree5c1a40ceb7447b9749598d4a2f62cc715aa55f40
parente71eba3d1f48e15b6597afb1c42c5ff5f78efcf9 (diff)
downloadEssentials-52e674459fc823c0bca2881c2da35e1d689feac8.tar
Essentials-52e674459fc823c0bca2881c2da35e1d689feac8.tar.gz
Essentials-52e674459fc823c0bca2881c2da35e1d689feac8.tar.lz
Essentials-52e674459fc823c0bca2881c2da35e1d689feac8.tar.xz
Essentials-52e674459fc823c0bca2881c2da35e1d689feac8.zip
Less dupe code on last commit.
-rw-r--r--Essentials/src/com/earth2me/essentials/Teleport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/Teleport.java b/Essentials/src/com/earth2me/essentials/Teleport.java
index 845f9c3a3..b4dd819aa 100644
--- a/Essentials/src/com/earth2me/essentials/Teleport.java
+++ b/Essentials/src/com/earth2me/essentials/Teleport.java
@@ -256,7 +256,7 @@ public class Teleport implements Runnable
public void back() throws Exception
{
- now(new Target(user.getLastLocation()));
+ now(user.getLastLocation());
}
public void home(IUser user, String home, Trade chargeFor) throws Exception