Misc cleanup

This commit is contained in:
KHobbits 2013-07-07 12:11:57 +01:00
parent 3f5e2ad85a
commit 3d29248ace
36 changed files with 68 additions and 67 deletions

View file

@ -63,7 +63,7 @@ public class Commandtpaccept extends EssentialsCommand
}
else
{
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
target.getTeleport().teleport(user.getBase(), charge, TeleportCause.COMMAND);
}
}
catch (Exception ex)