1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-01-17 13:28:30 +01:00

Less dupe code on last commit.

This commit is contained in:
KHobbits 2011-10-04 10:16:35 +01:00
parent e71eba3d1f
commit 52e674459f

View File

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