mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-02 16:59:56 +01:00
Temp debug lines. They'll go away.
This commit is contained in:
parent
252e15d48e
commit
bd7d5265a5
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user