mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
loc
This commit is contained in:
parent
55e2465bee
commit
eb828639bb
56 changed files with 83 additions and 133 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue