From b672d38db8ae4961f88a674c490950c2e5b0f7b4 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Tue, 4 Oct 2011 10:13:44 +0100 Subject: Fix for /tjail not teleporting users back due to cooldown. --- Essentials/src/com/earth2me/essentials/Teleport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/Teleport.java b/Essentials/src/com/earth2me/essentials/Teleport.java index 608663561..845f9c3a3 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 { - back(null); + now(new Target(user.getLastLocation())); } public void home(IUser user, String home, Trade chargeFor) throws Exception -- cgit v1.2.3