mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01:00
Revert "Less dupe code on last commit."
This reverts commit 531f40ceee
.
This commit is contained in:
parent
531f40ceee
commit
4d5121c21d
@ -256,7 +256,7 @@ public class Teleport implements Runnable
|
|||||||
|
|
||||||
public void back() throws Exception
|
public void back() throws Exception
|
||||||
{
|
{
|
||||||
now(user.getLastLocation());
|
now(new Target(user.getLastLocation()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void home(IUser user, String home, Trade chargeFor) throws Exception
|
public void home(IUser user, String home, Trade chargeFor) throws Exception
|
||||||
|
Loading…
Reference in New Issue
Block a user