mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-01 12:20:59 +02:00
Fix for /tjail not teleporting users back due to cooldown.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user