This commit is contained in:
boy0001 2015-02-19 21:29:17 +11:00
parent 55e2465bee
commit eb828639bb
56 changed files with 83 additions and 133 deletions

View file

@ -88,7 +88,7 @@ public class Home extends SubCommand {
}
public void teleportPlayer(Player player, Plot plot) {
PlotSquared.teleportPlayer(player, player.getLocation(), plot);
PlotSquared.teleportPlayer(player, BukkitUtil.getLocation(entity), plot);
}
}