Temp debug lines. They'll go away.

This commit is contained in:
Eric Stokes 2011-06-26 18:17:20 -06:00
parent 252e15d48e
commit bd7d5265a5

View File

@ -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)) {