diff --git a/src/com/onarandombox/MultiverseCore/command/commands/TeleportCommand.java b/src/com/onarandombox/MultiverseCore/command/commands/TeleportCommand.java index 40653d3f..5c2eed1a 100644 --- a/src/com/onarandombox/MultiverseCore/command/commands/TeleportCommand.java +++ b/src/com/onarandombox/MultiverseCore/command/commands/TeleportCommand.java @@ -60,6 +60,8 @@ public class TeleportCommand extends BaseCommand { teleporter = (Player) sender; teleportee = (Player) sender; } + System.out.print("Teleporter: " + teleporter); + System.out.print("Teleportee: " + teleportee); Destination d = Destination.parseDestination(worldName, this.plugin); if (!(d.getType() == DestinationType.World)) {