Removed outdated documentation for Player->getClientId()

This commit is contained in:
Dylan K. Taylor 2017-10-08 18:47:13 +01:00
parent 29cd071108
commit 3bda1473e7

View File

@ -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;