mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 22:45:28 +00:00
Removed outdated documentation for Player->getClientId()
This commit is contained in:
parent
29cd071108
commit
3bda1473e7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user