From 3bda1473e71f17c7c9ce4c00263b1a61c812748e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 8 Oct 2017 18:47:13 +0100 Subject: [PATCH] Removed outdated documentation for Player->getClientId() --- src/pocketmine/Player.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index eabd3106b..eca8298e8 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -314,12 +314,10 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ } /** - * This might disappear in the future. - * Please use getUniqueId() instead (IP + clientId + name combo, in the future it'll change to real UUID for online - * auth) - * + * This might disappear in the future. Please use getUniqueId() instead. * @deprecated * + * @return int */ public function getClientId(){ return $this->randomClientId;