remove debug

This commit is contained in:
Jesse Boyd
2019-05-05 22:19:13 +10:00
parent 7c174beaee
commit d603f45063
5 changed files with 2 additions and 7 deletions

View File

@ -168,7 +168,6 @@ public class BukkitPlayer extends AbstractPlayerActor {
Extent extent = loc.getExtent();
if (extent instanceof World) {
org.bukkit.World world = Bukkit.getWorld(((World) extent).getName());
// System.out.println("Teleport to world " + world);
player.teleport(new Location(world, pos.getX(), pos.getY(),
pos.getZ(), yaw, pitch));
}