Fix for /tjail not teleporting users back due to cooldown.

This commit is contained in:
KHobbits 2011-10-04 10:13:44 +01:00
parent acdad5c6ac
commit b672d38db8

View File

@ -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