mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Removed outdated documentation for Player->getClientId()
This commit is contained in:
@ -314,12 +314,10 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This might disappear in the future.
|
* This might disappear in the future. Please use getUniqueId() instead.
|
||||||
* Please use getUniqueId() instead (IP + clientId + name combo, in the future it'll change to real UUID for online
|
|
||||||
* auth)
|
|
||||||
*
|
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*
|
*
|
||||||
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getClientId(){
|
public function getClientId(){
|
||||||
return $this->randomClientId;
|
return $this->randomClientId;
|
||||||
|
Reference in New Issue
Block a user