mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 16:46:51 +02:00
Misc cleanup
This commit is contained in:
@@ -160,7 +160,7 @@ public class Teleport implements ITeleport
|
||||
@Override
|
||||
public void teleportToMe(IUser otherUser, Trade chargeFor, TeleportCause cause) throws Exception
|
||||
{
|
||||
ITarget target = new PlayerTarget(teleportOwner);
|
||||
ITarget target = new PlayerTarget(teleportOwner.getBase());
|
||||
teleport(otherUser, target, chargeFor, cause);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user