Remove debug output from pmListener
This commit is contained in:
parent
ba44fbf4f2
commit
921d289fc2
@ -19,7 +19,5 @@ public class pmListener implements PluginMessageListener {
|
|||||||
|
|
||||||
// Teleport the player to their destination portal
|
// Teleport the player to their destination portal
|
||||||
dest.teleport(player, dest, null);
|
dest.teleport(player, dest, null);
|
||||||
Stargate.debug("PML", "Recieved message: " + new String(message) + " Player: " + player.getName());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user