From bd7d5265a56d4152f69e6948737b5708cc99849b Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Sun, 26 Jun 2011 18:17:20 -0600 Subject: [PATCH] Temp debug lines. They'll go away. --- .../MultiverseCore/command/commands/TeleportCommand.java | 2 ++ 1 file changed, 2 insertions(+) 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)) {