1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 16:46:51 +02:00

Misc cleanup

This commit is contained in:
KHobbits
2013-07-07 12:11:57 +01:00
parent 89e71ae34e
commit 0be9986dfb
36 changed files with 68 additions and 67 deletions

View File

@@ -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);
}